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

Commit 9151d6a

Browse files
committed
Scroll to 'mx_SetIntegrationManager' and take a snapshot of the dialog
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent b8f3138 commit 9151d6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: cypress/e2e/settings/set-integration-manager.spec.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ describe("Set integration manager", () => {
5353
});
5454
});
5555

56-
cy.get(".mx_SetIntegrationManager").percySnapshotElement("'Manage integrations' on General settings tab");
56+
// Scroll to 'mx_SetIntegrationManager' and take a snapshot of the dialog
57+
cy.get(".mx_SetIntegrationManager")
58+
.scrollIntoView()
59+
.should("be.visible")
60+
.get(".mx_Dialog_wrapper")
61+
.percySnapshotElement("'Manage integrations' on General settings tab");
5762
});
5863
});

0 commit comments

Comments
 (0)