From 9e5925f82ce04ae07473ee95b5c5057e625c0ded Mon Sep 17 00:00:00 2001 From: mahula Date: Sat, 27 May 2023 13:48:41 +0200 Subject: [PATCH] clean up --- .../somebody_reported_the_following_posts.js | 1 - cypress/integration/common/I_click_on_{string}.js | 1 - 2 files changed, 2 deletions(-) diff --git a/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js b/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js index 577f3edce..d599f42ac 100644 --- a/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js +++ b/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js @@ -30,7 +30,6 @@ Given('somebody reported the following posts:', table => { cy.wrap(interception.response.statusCode).should('eq', 200) }) cy.wait(['@postToLocalhost']).then((interception) => { - console.log('Cypress interception:', interception) cy.wrap(interception.response.statusCode).should('eq', 200) cy.wrap(interception.response.body) .should('have.nested.property', 'data.fileReport.reportId') diff --git a/cypress/integration/common/I_click_on_{string}.js b/cypress/integration/common/I_click_on_{string}.js index fa79ef384..12707dd04 100644 --- a/cypress/integration/common/I_click_on_{string}.js +++ b/cypress/integration/common/I_click_on_{string}.js @@ -17,5 +17,4 @@ When("I click on {string}", element => { cy.get(elementSelectors[element]) .click() .wait(750); - cy.waitForNetworkIdle(2000); }); \ No newline at end of file