Timeout increase for createTable Cypress Command
This commit is contained in:
parent
46749c2a4f
commit
37852c0f76
|
@ -448,7 +448,7 @@ Cypress.Commands.add("createTable", (tableName, initialTable) => {
|
||||||
.contains("Continue")
|
.contains("Continue")
|
||||||
.click({ force: true })
|
.click({ force: true })
|
||||||
})
|
})
|
||||||
cy.get(".spectrum-Modal", { timeout: 2000 }).should(
|
cy.get(".spectrum-Modal", { timeout: 10000 }).should(
|
||||||
"not.contain",
|
"not.contain",
|
||||||
"Add data source"
|
"Add data source"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue