1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Merge pull request #7676 from Budibase/Cypress-Smoke

Cypress: Smoke: Update createDatasourceScreen command
This commit is contained in:
Mitch-Budibase 2022-09-07 14:11:48 +01:00 committed by GitHub
commit 1c0e8b3ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(() => {