We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d23e8 commit b0669daCopy full SHA for b0669da
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