systelab / seed-angular

Seed for Systelab Angular projects
MIT License
3 stars 6 forks source link

e2e - Fix issue with protractorv5.4.4, ag-gridv24 and Angularv10 #50

Closed olgapuig closed 1 year ago

olgapuig commented 3 years ago

The e2e test execution is locked after clicking on an ag-grid row, and then a new dialog must be displayed. This issue was found by the Modulab team last September.

Versions:

It was tried to solve with the async/await but it didn't work. And then, updating the browserlist and dependencies with the following command npx browserslist@latest --update-db

This needs to be investigated and the solution needs to be applied into the seed-angular as a reference for all the projects.

atzurk commented 3 years ago

Tested in seed-angular: PASS Tested in modulab branch with updated protractor and systelab-component-test: FAIL