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
1 changed files with 1 additions and 1 deletions

View File

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