Cypress: Smoke: autoScreensUI
Updating createDatasourceScreen command to assist with timing issues against the smoke CI run - Only occurs on the smoke build, passes locally
This commit is contained in:
parent
ce2a52effe
commit
d92f161f11
|
@ -639,7 +639,9 @@ Cypress.Commands.add(
|
||||||
cy.get(".spectrum-Button").contains("Add screen").click({ force: true })
|
cy.get(".spectrum-Button").contains("Add screen").click({ force: true })
|
||||||
cy.get(".spectrum-Dialog-grid").within(() => {
|
cy.get(".spectrum-Dialog-grid").within(() => {
|
||||||
cy.get("[data-cy='autogenerated-screens']").click()
|
cy.get("[data-cy='autogenerated-screens']").click()
|
||||||
|
cy.intercept("**/api/datasources").as("autoScreens")
|
||||||
cy.get(".spectrum-Button").contains("Continue").click({ force: true })
|
cy.get(".spectrum-Button").contains("Continue").click({ force: true })
|
||||||
|
cy.wait("@autoScreens")
|
||||||
})
|
})
|
||||||
cy.get("[data-cy='autogenerated-screens']").should("not.exist")
|
cy.get("[data-cy='autogenerated-screens']").should("not.exist")
|
||||||
cy.get("[data-cy='data-source-modal']", { timeout: 10000 }).within(() => {
|
cy.get("[data-cy='data-source-modal']", { timeout: 10000 }).within(() => {
|
||||||
|
|
Loading…
Reference in New Issue