mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #3110 from Human-Connection/another_try_to_fix_hanging_cypress_tests
chore(cypress): Remove debug statements
This commit is contained in:
commit
25a3f1963c
@ -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", () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user