Browse Source

Timeout increase for createTable Cypress Command

pull/7238/head
Mitch-Budibase 4 years ago
parent
commit
9893db4bb0
  1. 2
      packages/builder/cypress/support/commands.js

2
packages/builder/cypress/support/commands.js

@ -448,7 +448,7 @@ Cypress.Commands.add("createTable", (tableName, initialTable) => {
.contains("Continue")
.click({ force: true })
})
cy.get(".spectrum-Modal", { timeout: 2000 }).should(
cy.get(".spectrum-Modal", { timeout: 10000 }).should(
"not.contain",
"Add data source"
)

Loading…
Cancel
Save