Timeout increase for createTable Cypress Command

This commit is contained in:
Mitch-Budibase 2022-08-11 17:29:59 +01:00
parent 46749c2a4f
commit 37852c0f76
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)