stable

Clone or download

Read-only

request #23822 Improve project admin cypress tests

Since 0c3f3ab9558cbbd4d1118a232c475867d0fa8d3c Cypress performances have been improved, it might causes the project_admin tests to fail The whole file have been improved so tests can be played more than once How to test: run container in dev mode: make tests_cypress_dev update your hosts file with cypress ips go on `tests/e2e/full` open cypress with `npx cypress open` and run multiples times the file `project_admin.spec.ts` tests does not fail because they already have been played once on the container Change-Id: I00cd53fd06725a5772aa1484b2a1c9f248bb2ac7

Modified Files

Name
M src/templates/dashboard/widgets.mustache +1 −0 Go to diff View file
M src/templates/project/admin/user_groups/list-groups-row.mustache +2 −3 Go to diff View file
M src/templates/project/admin/user_groups/list-groups.mustache +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.ts +203 −148 Go to diff View file