Skip to content

Commit

Permalink
Dismiss the toast as it's now in the way due to being wider
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jan 15, 2025
1 parent 82ec6ae commit 1934145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playwright/e2e/room/room-header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ test.describe("Room Header", () => {
async ({ page, app, user }) => {
await createVideoRoom(page, app);

// Dismiss a toast that is otherwise in the way (it's the other
// side but there's no need to have it in the screenshot)
await page.getByRole("button", { name: "Later" }).click();

const header = page.locator(".mx_RoomHeader");

// There's two room info button - the header itself and the i button
Expand Down

0 comments on commit 1934145

Please sign in to comment.