From 03902d2453755fa3bea43a053cf9ea7164e24e57 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 1 Apr 2026 14:56:59 +0100 Subject: [PATCH] Close verify toast in room-list-sections test --- .../e2e/left-panel/room-list-panel/room-list-sections.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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