From 48a88a17c375829d2e6eaeb1d6269e87096db6e6 Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 26 May 2023 08:18:28 +0200 Subject: [PATCH] add waiting to preparation step --- .../somebody_reported_the_following_posts.js | 1 + 1 file changed, 1 insertion(+) 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 3ca39e6e6..a7c874495 100644 --- a/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js +++ b/cypress/integration/Moderation.ReportContent/somebody_reported_the_following_posts.js @@ -18,5 +18,6 @@ Given('somebody reported the following posts:', table => { reasonCategory, reasonDescription }) + cy.wait(10000) }) }) \ No newline at end of file