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
1 changed files with 1 additions and 1 deletions

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