1
0
Fork 0
mirror of synced 2024-07-19 21:26:22 +12:00

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

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