1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/cypress/integration
Nuno Góis 22273d79e3
test: fix import and access e2e tests due to recent changes (#4467)
This should fix `import` and `access` Cypress e2e tests after recent
changes were introduced:

- `import.spec.ts` - Expected '50%' to be contained in the page, however
now [we are lazy loading the accordion
content](https://github.com/Unleash/unleash/pull/4454);
- `access.spec.ts` - Expected 'within a project are allowed' to be
visible as a role description, however [we updated the predefined roles
descriptions](https://github.com/Unleash/unleash/pull/4451);
2023-08-10 11:55:02 +00:00
..
demo test: add interactive demo guide e2e test (#3656) 2023-05-08 09:16:18 +01:00
feature chore: remove strategyImprovements flag (#4043) 2023-06-28 11:38:21 +03:00
groups fix: reset stickiness to default on variants modal close (#3455) 2023-04-05 14:20:58 +03:00
import test: fix import and access e2e tests due to recent changes (#4467) 2023-08-10 11:55:02 +00:00
projects test: fix import and access e2e tests due to recent changes (#4467) 2023-08-10 11:55:02 +00:00
segments