From 7c67f1896528f2a331dea1f94b357ca7f06f1a77 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 7 Oct 2020 11:18:46 +0100 Subject: [PATCH] Fix cypress automation tests --- packages/builder/cypress/integration/createAutomation.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/builder/cypress/integration/createAutomation.spec.js b/packages/builder/cypress/integration/createAutomation.spec.js index ca17e3b7f3..26af4fac71 100644 --- a/packages/builder/cypress/integration/createAutomation.spec.js +++ b/packages/builder/cypress/integration/createAutomation.spec.js @@ -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") })