1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +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 103dc5b780
commit 7de20f1dab

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