Disable the "Login" Percy test since it is flaky (#10414)

pull/28217/head
Andy Balaam 2023-03-22 08:38:57 +00:00 committed by GitHub
parent 9c29291600
commit 12f85778d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ describe("Login", () => {
cy.injectAxe();
cy.get("#mx_LoginForm_username", { timeout: 15000 }).should("be.visible");
cy.percySnapshot("Login");
// Disabled because flaky - see https://github.com/vector-im/element-web/issues/24688
//cy.percySnapshot("Login");
cy.checkA11y();
cy.get(".mx_ServerPicker_change").click();