Browse Source

fix broken automation test

pull/3441/head
Peter Clement 5 years ago
parent
commit
e91a8a175e
  1. 4
      packages/builder/cypress/integration/createAutomation.spec.js

4
packages/builder/cypress/integration/createAutomation.spec.js

@ -22,9 +22,9 @@ context("Create a automation", () => {
cy.get(".spectrum-Picker-label").click()
cy.wait(500)
cy.contains("dog").click()
cy.wait(2000)
// Create action
cy.contains("Add Action").click()
cy.get(".block > .spectrum-Icon").click()
cy.get(".modal-inner-wrapper").within(() => {
cy.wait(1000)
cy.contains("Create Row").trigger('mouseover').click().click()

Loading…
Cancel
Save