Skip to content

Commit

Permalink
fix: flaky e2e test in saml.e2e (#18559)
Browse files Browse the repository at this point in the history
* chore: skip failure e2e test

* Update .env

* Update manage-booking-questions.e2e.ts

* Update manage-booking-questions.e2e.ts

* Update manage-booking-questions.e2e.ts

* Update manage-booking-questions.e2e.ts

* Update manage-booking-questions.e2e.ts

* Update manage-booking-questions.e2e.ts

* Update .env

* Update manage-booking-questions.e2e.ts

* fix

* fix flake

* Update saml.e2e.ts
  • Loading branch information
anikdhabal authored Jan 10, 2025
1 parent 1ffb376 commit 3da7694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/playwright/saml.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ test.describe("SAML tests", () => {
// TODO: Figure out a way to use the users from fixtures here, right now we cannot set
// the SAML_ADMINS env variables dynamically
await login({ username: "pro", email: "[email protected]", password: "pro" }, page);
const shellLocator = page.locator(`[data-testid=dashboard-shell]`);
await page.waitForURL("/event-types");
await expect(shellLocator).toBeVisible();
// eslint-disable-next-line playwright/no-skipped-test
// Try to go Security page
await page.goto("/settings/security/sso");
Expand Down

0 comments on commit 3da7694

Please sign in to comment.