1
0
Fork 0
mirror of synced 2024-07-17 04:05:57 +12:00

Update createDatasourceScreen

Adding a manual wait this time go better determine the timing issue occurring against the CI runs
This commit is contained in:
Mitch-Budibase 2022-09-07 13:52:05 +01:00
parent d92f161f11
commit 535007de2c

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