Browse Source

Increase wait for addDatasourceConfig function

Timing issue against the nightly smoke build. This should help with it
pull/5909/head
Mitch-Budibase 4 years ago
parent
commit
c2beb5926b
  1. 2
      packages/builder/cypress/support/commands.js

2
packages/builder/cypress/support/commands.js

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

Loading…
Cancel
Save