fix broken automation test
This commit is contained in:
parent
0b8c074b81
commit
8581c06721
|
@ -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…
Reference in New Issue