diff --git a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts index 356c129e72..b48345387f 100644 --- a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts +++ b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-custom-sections.spec.ts @@ -43,8 +43,8 @@ test.describe("Room list custom sections", () => { test.beforeEach(async ({ page, app, user }) => { // The toasts are displayed above the search section - await rejectToast(page, "Notifications"); await rejectToast(page, "Verify this device"); + await rejectToast(page, "Notifications"); // Focus the user menu to avoid hover decoration await page.getByRole("button", { name: "User menu" }).focus();