Skip to content

Commit ec2ede4

Browse files
committed
Fix Pivot Table test
1 parent a420933 commit ec2ede4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/cypress/integration/visualizations/pivot_spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ describe("Pivot", () => {
105105
.focus()
106106
.type(" UNION ALL {enter}SELECT 'c' AS stage1, 'c5' AS stage2, 55 AS value");
107107

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+
108111
cy.getByTestId("SaveButton").click();
109112
cy.getByTestId("ExecuteButton").click();
110113

0 commit comments

Comments
 (0)