1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Increase wait for addDatasourceConfig function

Timing issue against the nightly smoke build. This should help with it
This commit is contained in:
Mitch-Budibase 2022-05-16 14:59:46 +01:00
parent 13e374774c
commit c2beb5926b

View file

@ -573,7 +573,7 @@ Cypress.Commands.add("addDatasourceConfig", (datasource, skipFetch) => {
cy.get(".spectrum-Button") cy.get(".spectrum-Button")
.contains("Save and fetch tables") .contains("Save and fetch tables")
.click({ force: true }) .click({ force: true })
cy.wait(1000) cy.wait(3000)
}) })
} }
}) })