Dismiss Element Web release announcements

This commit is contained in:
Johannes Marbach
2026-07-02 11:17:46 +02:00
parent ffb881436a
commit cbc4b77a4f
2 changed files with 21 additions and 0 deletions

View File

@@ -120,6 +120,11 @@ export const widgetTest = test.extend<MyFixtures>({
.getByRole("heading", { name: "Welcome Room" }),
).toBeVisible();
} else if (callType === "dm") {
await TestHelpers.closeReleaseAnnouncement(
ewPage1,
"Introducing Sections",
);
await ewPage1
.getByRole("navigation", { name: "Room list" })
.getByRole("button", { name: "New conversation" })