Fixing cypress test broken by automation fixes.

This commit is contained in:
mike12345567 2020-10-02 17:15:27 +01:00
parent 0939096cb9
commit 4ec17df0d5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ context("Create a automation", () => {
}) })
// Create action // Create action
cy.get("[data-cy=SAVE_RECORD]").click() cy.get("[data-cy=CREATE_RECORD]").click()
cy.get("[data-cy=automation-block-setup]").within(() => { cy.get("[data-cy=automation-block-setup]").within(() => {
cy.get("select") cy.get("select")
.first() .first()