mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
chore(cypress): Remove debug statements
This commit is contained in:
parent
9bc9ccae79
commit
1a0dd36edd
@ -342,7 +342,6 @@ Then(
|
|||||||
|
|
||||||
Given("I am logged in with these credentials:", table => {
|
Given("I am logged in with these credentials:", table => {
|
||||||
loginCredentials = table.hashes()[0];
|
loginCredentials = table.hashes()[0];
|
||||||
cy.debug();
|
|
||||||
cy.factory().build("user", {
|
cy.factory().build("user", {
|
||||||
...termsAndConditionsAgreedVersion,
|
...termsAndConditionsAgreedVersion,
|
||||||
name: loginCredentials.email,
|
name: loginCredentials.email,
|
||||||
@ -420,7 +419,6 @@ When("mention {string} in the text", mention => {
|
|||||||
cy.get(".suggestion-list__item")
|
cy.get(".suggestion-list__item")
|
||||||
.contains(mention)
|
.contains(mention)
|
||||||
.click();
|
.click();
|
||||||
cy.debug();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Then("the notification gets marked as read", () => {
|
Then("the notification gets marked as read", () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user