Disable the "Login" Percy test since it is flaky (#10414)
parent
9c29291600
commit
12f85778d8
|
@ -45,7 +45,8 @@ describe("Login", () => {
|
||||||
cy.injectAxe();
|
cy.injectAxe();
|
||||||
|
|
||||||
cy.get("#mx_LoginForm_username", { timeout: 15000 }).should("be.visible");
|
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.checkA11y();
|
||||||
|
|
||||||
cy.get(".mx_ServerPicker_change").click();
|
cy.get(".mx_ServerPicker_change").click();
|
||||||
|
|
Loading…
Reference in New Issue