Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Feedback/tests/UI/FeedbackPopup_spec.js')
-rw-r--r--plugins/Feedback/tests/UI/FeedbackPopup_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
index f5d9be094c..370ba4571b 100644
--- a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
+++ b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
@@ -30,6 +30,7 @@ describe("FeedbackPopup", function () {
// Click on the "Remind me in 90 days" button = the popup shouldn't appear for the next test
var remindLaterBtn = await modal.$$('.modal-footer .btn-flat');
await remindLaterBtn[0].click();
+ await page.waitForNetworkIdle();
});
it('should not display popup when next reminder date is in future', async function () {