Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0669da

Browse files
committedMar 5, 2025
Add more e2e tests
1 parent c9d23e8 commit b0669da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎e2e/test/compatibility.cy.spec.js

+4
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ describe("Embedding SDK: metabase-nodejs-react-sdk-embedding-sample compatibilit
77
});
88

99
expect(cy.findByText("Orders by product category", {timeout: TIMEOUT_MS}).should("exist"));
10+
11+
expect(cy.findByTestId("interactive-question-result-toolbar").should("exist"));
12+
13+
expect(cy.findByTestId("visualization-root").should("exist"));
1014
});
1115
});

0 commit comments

Comments
 (0)
Please sign in to comment.