Fix cypress automation tests

This commit is contained in:
Andrew Kingston 2020-10-07 11:18:46 +01:00
parent 194d35c005
commit 7c67f18965
1 changed files with 0 additions and 1 deletions

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")
})