Skip to content

Commit ea718d8

Browse files
committed
test(e2e): update screenshots
1 parent d74d231 commit ea718d8

30 files changed

+4
-0
lines changed

playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ test.describe("Room list filters and sort", () => {
339339
{ tag: "@screenshot" },
340340
async ({ page, app, user }) => {
341341
const primaryFilters = getPrimaryFilters(page);
342+
await getFilterExpandButton(page).click();
343+
342344
await primaryFilters.getByRole("option", { name: filter }).click();
343345

344346
const emptyRoomList = getEmptyRoomList(page);
@@ -356,6 +358,8 @@ test.describe("Room list filters and sort", () => {
356358
{ tag: "@screenshot" },
357359
async ({ page, app, user }) => {
358360
const primaryFilters = getPrimaryFilters(page);
361+
await getFilterExpandButton(page).click();
362+
359363
await primaryFilters.getByRole("option", { name: filter }).click();
360364

361365
const emptyRoomList = getEmptyRoomList(page);
0 Bytes
Loading
0 Bytes
Loading
-1 Bytes
Loading
1 Byte
Loading
2 Bytes
Loading
1 Byte
Loading
49 Bytes
Loading
-3.85 KB
Loading
5 Bytes
Loading

0 commit comments

Comments
 (0)