Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Scroll to 'mx_SetIntegrationManager' and take a snapshot of the dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Mar 27, 2023
1 parent b8f3138 commit 9151d6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cypress/e2e/settings/set-integration-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ describe("Set integration manager", () => {
});
});

cy.get(".mx_SetIntegrationManager").percySnapshotElement("'Manage integrations' on General settings tab");
// Scroll to 'mx_SetIntegrationManager' and take a snapshot of the dialog
cy.get(".mx_SetIntegrationManager")
.scrollIntoView()
.should("be.visible")
.get(".mx_Dialog_wrapper")
.percySnapshotElement("'Manage integrations' on General settings tab");
});
});

0 comments on commit 9151d6a

Please sign in to comment.