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

This commit is contained in:
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

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();