We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0360c12 commit 9310440Copy full SHA for 9310440
e2e/test/compatibility.cy.spec.js
@@ -7,5 +7,9 @@ describe("Embedding SDK: metabase-nodejs-react-sdk-embedding-sample compatibilit
7
});
8
9
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"));
14
15
0 commit comments