diff --git a/playwright/widget/test-helpers.ts b/playwright/widget/test-helpers.ts index 023c9f2b4..372394ac8 100644 --- a/playwright/widget/test-helpers.ts +++ b/playwright/widget/test-helpers.ts @@ -188,6 +188,12 @@ export class TestHelpers { break; } } + + // Also dismiss the release announcement + await page + .getByRole("dialog", { name: "Introducing Sections" }) + .getByRole("button", { name: "OK" }) + .click(); } public static async createRoom(