1
0
Fork 0
mirror of synced 2024-06-16 09:25:12 +12:00

Updated Commands - Datasource Command

Adding a timeout associated with the fetch tables request

Another attempt at sorting this for the smoke build - it only fails there and is timing related.
This commit is contained in:
Mitch-Budibase 2022-05-18 17:30:13 +01:00
parent 86060705c6
commit b6d9c0d147

View file

@ -650,7 +650,7 @@ Cypress.Commands.add("addDatasourceConfig", (datasource, skipFetch) => {
.click({ force: true })
})
// Wait for tables to be fetched
cy.wait("@datasourceTables")
cy.wait("@datasourceTables", { timeout: 60000 })
}
})