|
|
|
@ -35,19 +35,20 @@ context("Create a automation", () => { |
|
|
|
cy.contains("dog").click() |
|
|
|
cy.get(".spectrum-Textfield-input") |
|
|
|
.first() |
|
|
|
.type("goodboy") |
|
|
|
.type("{{ trigger.row.name }}", { parseSpecialCharSequences: false }) |
|
|
|
cy.get(".spectrum-Textfield-input") |
|
|
|
.eq(1) |
|
|
|
.type("11") |
|
|
|
cy.contains("Finish and test automation").click() |
|
|
|
|
|
|
|
cy.contains("Run test").click() |
|
|
|
cy.get(".modal-inner-wrapper").within(() => { |
|
|
|
cy.wait(1000) |
|
|
|
cy.get(".spectrum-Picker-label").click() |
|
|
|
cy.contains("dog").click() |
|
|
|
cy.wait(1000) |
|
|
|
cy.get(".spectrum-Textfield-input") |
|
|
|
.first() |
|
|
|
.type("goodboy") |
|
|
|
.type("automationGoodboy") |
|
|
|
cy.get(".spectrum-Textfield-input") |
|
|
|
.eq(1) |
|
|
|
.type("11") |
|
|
|
@ -57,6 +58,9 @@ context("Create a automation", () => { |
|
|
|
cy.get(".spectrum-Textfield-input") |
|
|
|
.eq(3) |
|
|
|
.type("123456") |
|
|
|
cy.contains("Test").click() |
|
|
|
}) |
|
|
|
cy.contains("Data").click() |
|
|
|
cy.contains("automationGoodboy") |
|
|
|
}) |
|
|
|
}) |
|
|
|
|