Skip to content

Commit 50e9dca

Browse files
authored
Make sure all embed-frame references are taken out of the compatibility tests for v55
1 parent 0a81c15 commit 50e9dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/test/compatibility.cy.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const TIMEOUT_MS = 40000;
4040
url: "/static-dashboard",
4141
});
4242

43-
expect(cy.findByTestId("embed-frame", {timeout: TIMEOUT_MS}).should("exist"));
43+
expect(cy.findByTestId("dashboard", {timeout: TIMEOUT_MS}).should("exist"));
4444
cy.findByTestId("dashboard", {timeout: TIMEOUT_MS}).within(() => {
4545
cy.findByTestId("dashboard-name-heading").should("exist");
4646

@@ -57,7 +57,7 @@ const TIMEOUT_MS = 40000;
5757
url: "/interactive-dashboard",
5858
});
5959

60-
expect(cy.findByTestId("embed-frame", {timeout: TIMEOUT_MS}).should("exist"));
60+
expect(cy.findByTestId("dashboard", {timeout: TIMEOUT_MS}).should("exist"));
6161
cy.findByTestId("dashboard", {timeout: TIMEOUT_MS}).within(() => {
6262
cy.findByTestId("dashboard-name-heading").should("exist");
6363

0 commit comments

Comments
 (0)