Merge pull request #7676 from Budibase/Cypress-Smoke
Cypress: Smoke: Update createDatasourceScreen command
This commit is contained in:
commit
1c0e8b3ea2
|
@ -642,6 +642,7 @@ Cypress.Commands.add(
|
|||
cy.intercept("**/api/datasources").as("autoScreens")
|
||||
cy.get(".spectrum-Button").contains("Continue").click({ force: true })
|
||||
cy.wait("@autoScreens")
|
||||
cy.wait(5000)
|
||||
})
|
||||
cy.get("[data-cy='autogenerated-screens']").should("not.exist")
|
||||
cy.get("[data-cy='data-source-modal']", { timeout: 10000 }).within(() => {
|
||||
|
|
Loading…
Reference in New Issue