Skip to content

Commit ec92ab0

Browse files
committed
Fix e2e
1 parent 70b62d1 commit ec92ab0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/frontend/tests/e2e-playwright/fixtures/managePage.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class ManagePage {
99
}
1010

1111
async signOut() {
12-
await this.#openMenuOnMobile();
1312
await this.#page.getByRole("button", { name: "Switch identity" }).click();
1413
await this.#page
1514
.getByRole("group")
@@ -31,15 +30,6 @@ class ManagePage {
3130
this.#page.getByText("Your identity and sign-in methods at a glance."),
3231
).toBeVisible();
3332
}
34-
35-
async #openMenuOnMobile() {
36-
const menuButton = this.#page
37-
.getByRole("banner")
38-
.getByRole("button", { name: "Open menu" });
39-
if (await menuButton.isVisible()) {
40-
await menuButton.click();
41-
}
42-
}
4333
}
4434

4535
export const test = base.extend<{

0 commit comments

Comments
 (0)