diff --git a/scripts/cypress/support/commands.js b/scripts/cypress/support/commands.js index 6661944a2c..d89763d67e 100644 --- a/scripts/cypress/support/commands.js +++ b/scripts/cypress/support/commands.js @@ -338,6 +338,9 @@ Cypress.Commands.add("renameTable", (oldName, newName) => { .should('exist') .first() .click(); + + // kludge: tab appears to flush re-load. wait for it to stabalize + cy.wait(8000) }); Cypress.Commands.add("createColumn", (table, columnName) => {