1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

View file

@ -28,7 +28,7 @@ context("Create a automation", () => {
})
// 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("select")
.first()