We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92ab0 commit 6787e4fCopy full SHA for 6787e4f
src/frontend/tests/e2e-playwright/routes/manage/index.spec.ts
@@ -66,9 +66,6 @@ test.describe("Dashboard Navigation", () => {
66
await page.getByRole("link", { name: "Access and recovery" }).click();
67
68
// Switch to second identity
69
- if (await menuButton.isVisible()) {
70
- await menuButton.click();
71
- }
72
await page.getByRole("button", { name: "Switch identity" }).click();
73
auth2(page);
74
await page.getByRole("button", { name: "Test 2" }).click();
0 commit comments