1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00

Fixing cypress test broken by automation fixes.

This commit is contained in:
mike12345567 2020-10-02 17:15:27 +01:00
parent d6e260a873
commit e3b04b9bea

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