1
0
Fork 0
mirror of synced 2024-06-10 22:44:51 +12:00

Timeout increase for createTable Cypress Command

This commit is contained in:
Mitch-Budibase 2022-08-11 17:29:59 +01:00
parent 0fbfadd2e8
commit 9893db4bb0

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