1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

upping the timeout for Create New Table test

This commit is contained in:
Victoria Sloan 2020-09-06 22:31:15 +01:00
parent 8175d95db9
commit 9f00847ad1

View file

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