Improve Cypress & Percy stability (#9217)

* Improve Cypress & Percy stability

* Update percy snapshot width
This commit is contained in:
Michael Telatynski 2022-08-25 10:46:43 +01:00 committed by GitHub
parent ec0b2b551a
commit 4c94155ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -37,7 +37,8 @@ describe("Registration", () => {
cy.get(".mx_ServerPicker_change", { timeout: 15000 }).click();
cy.get(".mx_ServerPickerDialog_continue").should("be.visible");
cy.percySnapshot("Server Picker");
// Only snapshot the server picker otherwise in the background `matrix.org` may or may not be available
cy.get(".mx_Dialog").percySnapshotElement("Server Picker", { widths: [516] });
cy.checkA11y();
cy.get(".mx_ServerPickerDialog_otherHomeserver").type(synapse.baseUrl);