1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Fix cypress automation tests

This commit is contained in:
Andrew Kingston 2020-10-07 11:18:46 +01:00
parent f2b3b9e06e
commit aa96388e0b

View file

@ -50,7 +50,6 @@ context("Create a automation", () => {
// Activate Automation
cy.get("[data-cy=activate-automation]").click()
cy.contains("Add Record").should("be.visible")
cy.get(".stop-button.highlighted").should("be.visible")
})