upping the timeout for Create New Table test
This commit is contained in:
parent
8175d95db9
commit
9f00847ad1
|
@ -52,7 +52,7 @@ Cypress.Commands.add("createApp", name => {
|
||||||
.type("test")
|
.type("test")
|
||||||
cy.contains("Submit").click()
|
cy.contains("Submit").click()
|
||||||
cy.contains("Create New Table", {
|
cy.contains("Create New Table", {
|
||||||
timeout: 10000,
|
timeout: 20000,
|
||||||
}).should("be.visible")
|
}).should("be.visible")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue