mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-07 21:45:18 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user