Update ghcr.io/element-hq/element-web:develop Docker digest to 3daefff (#4116)

* Update ghcr.io/element-hq/element-web:develop Docker digest to 0183c0a

* Update end-to-end tests to work with auto-collapsing room list

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
renovate[bot]
2026-08-04 12:35:18 +00:00
committed by GitHub
parent 07567ed31d
commit 5b84b2c04d
4 changed files with 10 additions and 2 deletions

View File

@@ -346,6 +346,12 @@ export class TestHelpers {
}
}
public static async expandRoomList(page: Page): Promise<void> {
await page
.getByRole("separator", { name: "Click or drag to expand" })
.click();
}
/**
* Switches to a room in the room list by its name.
* @param page - The EW page