zitadel/e2e
Silvan 5adebd552f
test(e2e): wait before select org (#8403)
# Which Problems Are Solved

The e2e tests fail because the organization selection is too fast.

# How the Problems Are Solved

Wait until console has loaded properly.

# Additional Context

- The tests still use the wrong browser, #8404 describes the problem
- closes https://github.com/zitadel/zitadel/issues/8378
2024-08-08 09:53:55 +02:00
..
config refactor(database): exchange connection pool (#8325) 2024-07-17 15:16:02 +00:00
cypress test(e2e): wait before select org (#8403) 2024-08-08 09:53:55 +02:00
.gitignore feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
.prettierignore feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
.prettierrc.json feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
cypress.config.ts feat(console): MDC components (#6482) 2023-10-26 08:29:06 +00:00
docker-compose.yaml chore: improve development for non-Linux contributors (#5288) 2023-02-28 17:49:19 +00:00
package.json chore(npm): dependencies (#7141) 2024-01-08 10:25:21 +00:00
README.md ci(e2e): Run Tests in Pipelines (#3903) 2022-08-05 20:00:46 +02:00
tsconfig.json docs(contributing): Update contributing guide (#3729) 2022-08-26 19:39:15 +02:00
yarn.lock feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down