diff --git a/scripts/cypress/support/commands.js b/scripts/cypress/support/commands.js index 6661944a2c..176cab8b18 100644 --- a/scripts/cypress/support/commands.js +++ b/scripts/cypress/support/commands.js @@ -338,6 +338,8 @@ Cypress.Commands.add("renameTable", (oldName, newName) => { .should('exist') .first() .click(); + + cy.wait(8000) }); Cypress.Commands.add("createColumn", (table, columnName) => {