Update ghcr.io/element-hq/element-web:develop Docker digest to 724b468 (#4226)

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

* Fix Element Web integration tests

---------

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-09-04 09:18:19 +00:00
committed by GitHub
parent 0ad31cfc4d
commit 70f6e785ce
2 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ export const widgetTest = test.extend<MyFixtures>({
// Accept the DM invite from brooks
// This how playwright record selects the DM invite in the room list
await ewPage2.getByRole("option", { name: "Open room" }).click();
await ewPage2.getByRole("button", { name: "Open room" }).click();
await ewPage2.getByRole("button", { name: "Start chatting" }).click();
}