Skip to content

Commit

Permalink
feat(cubejs-playground): add support for ungrouped and offset options…
Browse files Browse the repository at this point in the history
… to query builder * 3
  • Loading branch information
tenphi committed Sep 18, 2024
1 parent f1fa518 commit b94d19a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ context("Playground: Explore Page", () => {
cy.setQuery(ordersCountQuery);
cy.wait(["@context"]);
cy.getByTestId("live-preview-btn").should("exist");
// avoid crashing here
cy.wait(10000);
});

it("does now show the Live Preview button when livePreview is disabled", () => {
Expand Down

0 comments on commit b94d19a

Please sign in to comment.