Merge pull request #3110 from Human-Connection/another_try_to_fix_hanging_cypress_tests

chore(cypress): Remove debug statements
This commit is contained in:
mattwr18 2020-02-19 19:59:24 +01:00 committed by GitHub
commit 25a3f1963c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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