fix cypress tests

This commit is contained in:
Martin McKeaveney 2021-11-26 11:42:37 +01:00
parent 3040613b53
commit eec02321f5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ context("Create a automation", () => {
cy.get("[data-cy='new-screen'] > .spectrum-Icon").click()
cy.get(".modal-inner-wrapper").within(() => {
cy.get("input").type("Add Row")
cy.contains("Row Created").click()
cy.contains("Row Created").click({ force: true })
cy.wait(500)
cy.get(".spectrum-Button--cta").click()
})