diff --git a/cypress/support/percy.ts b/cypress/support/percy.ts index 9183d5ebf6..ae35248789 100644 --- a/cypress/support/percy.ts +++ b/cypress/support/percy.ts @@ -44,6 +44,8 @@ Cypress.Commands.add("percySnapshotElement", { prevSubject: "element" }, (subjec cy.get(".mx_Spinner", { log: false }).should("not.exist"); // But like really no more spinners please cy.get(".mx_Spinner", { log: false }).should("not.exist"); + // Await inline spinners to vanish + cy.get(".mx_InlineSpinner", { log: false }).should("not.exist"); } cy.percySnapshot(name, { domTransformation: (documentClone) => scope(documentClone, subject.selector),