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

@@ -13,7 +13,7 @@ services:
- ./backend/playwright_homeserver-othersite.yaml:/data/cfg/homeserver.yaml:Z - ./backend/playwright_homeserver-othersite.yaml:/data/cfg/homeserver.yaml:Z
element-web: element-web:
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
image: ghcr.io/element-hq/element-web:develop@sha256:c107ec33fa349cb5c14fd03a4e13352d64ef264416dac96d273aa07b4004171f image: ghcr.io/element-hq/element-web:develop@sha256:a9bd290646110ee185337aa591fb35ddbd7397c5a6221efc8d12da74c28309fe
element-web-1: element-web-1:
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
image: ghcr.io/element-hq/element-web:develop@sha256:c107ec33fa349cb5c14fd03a4e13352d64ef264416dac96d273aa07b4004171f image: ghcr.io/element-hq/element-web:develop@sha256:a9bd290646110ee185337aa591fb35ddbd7397c5a6221efc8d12da74c28309fe

View File

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