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