1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12: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")
.contains("Save and fetch tables")
.click({ force: true })
cy.wait(1000)
cy.wait(3000)
})
}
})