-
Notifications
You must be signed in to change notification settings - Fork 11.4k
fix: e2e flakes #20630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: e2e flakes #20630
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
E2E results are ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mrge found 1 issue across 2 files. Review it in mrge.io
| // below which checks for data-state="checked" and works as expected | ||
| await page.waitForSelector(`[data-testid=two-factor-switch]`); | ||
| await expect(page.locator(`[data-testid=two-factor-switch]`).isChecked()).toBeTruthy(); | ||
| await expect(page.getByTestId("backup-codes-download")).toBeVisible(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assertion may not be sufficient to verify 2FA is enabled. The backup codes download button is visible during setup, but doesn't confirm the switch state.
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (05/07/25)1 reviewer was added to this PR based on Keith Williams's automation. |
* fix * Update managed-event-types.e2e.ts * fix
What does this PR do?
WIP