Skip to content

Commit 9310440

Browse files
authored
Add more e2e tests (#20)
1 parent 0360c12 commit 9310440

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)