diff --git a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts index fdc3513792..f997a99c71 100644 --- a/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts +++ b/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts @@ -45,7 +45,8 @@ test.describe("Room list sections", () => { } test.beforeEach(async ({ page, app, user }) => { - // The notification toast is displayed above the search section + // The toasts are displayed above the search section + await app.closeVerifyToast(); await app.closeNotificationToast(); // focus the user menu to avoid to have hover decoration