chore(cypress): Remove debug statements

This commit is contained in:
roschaefer 2020-02-19 16:51:49 +01:00
parent 9bc9ccae79
commit 1a0dd36edd

View File

@ -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", () => {