mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Wait for query change to propagate on pivot spec (#6142)
This commit is contained in:
@@ -99,6 +99,10 @@ describe("Pivot", () => {
|
||||
.focus()
|
||||
.type(" UNION ALL {enter}SELECT 'c' AS stage1, 'c5' AS stage2, 55 AS value");
|
||||
|
||||
// wait for the query text change to propagate (it's debounced in QuerySource.jsx)
|
||||
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
||||
cy.wait(200);
|
||||
|
||||
cy.getByTestId("SaveButton").click();
|
||||
cy.getByTestId("ExecuteButton")
|
||||
.should("be.enabled")
|
||||
|
||||
Reference in New Issue
Block a user