Merge pull request #5968 from Budibase/cypress-testing
Updated Commands - Datasource Command
This commit is contained in:
commit
2bbae63fac
|
@ -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 })
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue