diff --git a/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts b/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts index 47ac837bc9..7d7bc3e09e 100644 --- a/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts +++ b/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts @@ -291,7 +291,7 @@ for (const auth of ["mas", "legacy"] as const) { await button.click(); const dialog = page.getByRole("dialog"); - await expect(dialog).toMatchScreenshot(`dialog.png`); + await expect(dialog).toMatchScreenshot(`dialog-login.png`); await dialog.getByPlaceholder("Name").fill("Jim"); await dialog.getByRole("button", { name: "Continue as guest" }).click(); diff --git a/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-linux.png b/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-linux.png index aa4f5c37ca..a2b5cb2be8 100644 Binary files a/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-linux.png and b/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-linux.png differ diff --git a/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-login-linux.png b/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-login-linux.png new file mode 100644 index 0000000000..aa4f5c37ca Binary files /dev/null and b/modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/dialog-login-linux.png differ