diff --git a/playwright/e2e/login/login-consent.spec.ts b/playwright/e2e/login/login-consent.spec.ts index 51486b1ce0..33dd88df6c 100644 --- a/playwright/e2e/login/login-consent.spec.ts +++ b/playwright/e2e/login/login-consent.spec.ts @@ -129,6 +129,7 @@ test.describe("Login", () => { await expect(page.getByRole("heading", { name: "Welcome to Element!" })).toBeVisible(); // Start the login process + await expect(axe).toHaveNoViolations(); await page.getByRole("link", { name: "Sign in" }).click(); // first pick the homeserver, as otherwise the user picker won't be visible @@ -148,8 +149,6 @@ test.describe("Login", () => { await selectHomeserver(page, homeserver.baseUrl); await expect(page.getByRole("textbox", { name: "Username" })).toBeVisible(); - // Disabled because flaky - see https://github.com/vector-im/element-web/issues/24688 - // cy.percySnapshot("Login"); await expect(axe).toHaveNoViolations(); await page.getByRole("textbox", { name: "Username" }).fill(credentials.username); diff --git a/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png b/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png index 8bc25d6f2f..6bd16b37d6 100644 Binary files a/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png and b/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png differ diff --git a/res/welcome.html b/res/welcome.html index 9fdd60a7c0..d2e87c3be8 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -167,11 +167,11 @@ we don't have an account and should hide them. No account == no guest account ei