1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Fixing cypress test broken by automation fixes.

This commit is contained in:
mike12345567 2020-10-02 17:15:27 +01:00
parent 89d609bdae
commit 6922c1e090

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()