You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Improve Percy snapshot stability more - await inline spinners to vanish (#10452)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@ -44,6 +44,8 @@ Cypress.Commands.add("percySnapshotElement", { prevSubject: "element" }, (subjec
|
|||||||
cy.get(".mx_Spinner", { log: false }).should("not.exist");
|
cy.get(".mx_Spinner", { log: false }).should("not.exist");
|
||||||
// But like really no more spinners please
|
// But like really no more spinners please
|
||||||
cy.get(".mx_Spinner", { log: false }).should("not.exist");
|
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, {
|
cy.percySnapshot(name, {
|
||||||
domTransformation: (documentClone) => scope(documentClone, subject.selector),
|
domTransformation: (documentClone) => scope(documentClone, subject.selector),
|
||||||
|
Reference in New Issue
Block a user