We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a420933 commit ec2ede4Copy full SHA for ec2ede4
client/cypress/integration/visualizations/pivot_spec.js
@@ -105,6 +105,9 @@ describe("Pivot", () => {
105
.focus()
106
.type(" UNION ALL {enter}SELECT 'c' AS stage1, 'c5' AS stage2, 55 AS value");
107
108
+ // Editor changes are debounced, so wait a bit for Query Editor to receive new text and update its state
109
+ cy.wait(500); // eslint-disable-line cypress/no-unnecessary-waiting
110
+
111
cy.getByTestId("SaveButton").click();
112
cy.getByTestId("ExecuteButton").click();
113
0 commit comments