Fix e2e tests

This commit is contained in:
R Midhun Suresh 2026-03-29 20:15:34 +05:30
parent 5d2ec68116
commit 3090f4fc54
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@ import { test, expect } from "../../../element-web-test";
test.describe("Room list panel", () => {
test.use({
labsFlags: ["feature_new_room_list"],
displayName: "Eve",
});
/**
@ -44,7 +45,6 @@ test.describe("Room list panel", () => {
test("should respond to small screen sizes", { tag: "@screenshot" }, async ({ page }) => {
await page.setViewportSize({ width: 575, height: 600 });
const roomListPanel = getRoomListView(page);
await expect(roomListPanel).toMatchScreenshot("room-list-panel-smallscreen.png");
await expect(page).toMatchScreenshot("room-list-panel-smallscreen.png");
});
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 25 KiB