From 1a0dd36eddc5fa094f7db542fe4e659a9095cc69 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Wed, 19 Feb 2020 16:51:49 +0100 Subject: [PATCH] chore(cypress): Remove debug statements --- cypress/integration/common/steps.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 3d46e74f1..f411efa90 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -342,7 +342,6 @@ Then( Given("I am logged in with these credentials:", table => { loginCredentials = table.hashes()[0]; - cy.debug(); cy.factory().build("user", { ...termsAndConditionsAgreedVersion, name: loginCredentials.email, @@ -420,7 +419,6 @@ When("mention {string} in the text", mention => { cy.get(".suggestion-list__item") .contains(mention) .click(); - cy.debug(); }); Then("the notification gets marked as read", () => {