1
0
Fork 0
mirror of synced 2024-08-12 16:41:26 +12:00

Merge pull request #5968 from Budibase/cypress-testing

Updated Commands - Datasource Command
This commit is contained in:
Mitch-Budibase 2022-05-18 18:17:59 +01:00 committed by GitHub
commit 2bbae63fac

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