|
|
|
@ -4,7 +4,6 @@ context("Create a automation", () => { |
|
|
|
cy.createTestApp() |
|
|
|
}) |
|
|
|
|
|
|
|
// https://on.cypress.io/interacting-with-elements
|
|
|
|
it("should create a automation", () => { |
|
|
|
cy.createTestTableWithData() |
|
|
|
cy.wait(2000) |
|
|
|
@ -25,7 +24,6 @@ context("Create a automation", () => { |
|
|
|
|
|
|
|
// Create action
|
|
|
|
cy.get('[aria-label="AddCircle"]').eq(1).click() |
|
|
|
//cy.contains("Add Action").click()
|
|
|
|
cy.get(".modal-inner-wrapper").within(() => { |
|
|
|
cy.wait(1000) |
|
|
|
cy.contains("Create Row").trigger('mouseover').click().click() |
|
|
|
|