Dismiss sections release announcement in end-to-end tests

This commit is contained in:
Robin
2026-06-30 16:28:26 +02:00
parent 3837576a5f
commit 9d21581259

View File

@@ -188,6 +188,12 @@ export class TestHelpers {
break; break;
} }
} }
// Also dismiss the release announcement
await page
.getByRole("dialog", { name: "Introducing Sections" })
.getByRole("button", { name: "OK" })
.click();
} }
public static async createRoom( public static async createRoom(