From b94d19a8f460fced545002901143365380e9697e Mon Sep 17 00:00:00 2001 From: Andrey Yamanov Date: Wed, 18 Sep 2024 13:03:50 +0200 Subject: [PATCH] feat(cubejs-playground): add support for ungrouped and offset options to query builder * 3 --- .../cypress/integration/playground-explore.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/cubejs-testing/cypress/integration/playground-explore.spec.js b/packages/cubejs-testing/cypress/integration/playground-explore.spec.js index 747f9d8f2973d..7673f11a155d5 100644 --- a/packages/cubejs-testing/cypress/integration/playground-explore.spec.js +++ b/packages/cubejs-testing/cypress/integration/playground-explore.spec.js @@ -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", () => {