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:
authorStefan Giehl <stefan@matomo.org>2020-02-17 12:21:32 +0300
committerGitHub <noreply@github.com>2020-02-17 12:21:32 +0300
commitf16d27ec5b93d0ce4a082ac13590460df6bd8a52 (patch)
tree7a446849e27e2d5643d9068f0dad2320b2d6a7b1 /plugins/Feedback
parent05823da5c2cbac57014cae81382eee057fa9fc7f (diff)
Fix some failing tests (#15564)
* Ensure https warning is hidden in optout ui test * ensure to include image tests on travis * try to fix update test * improve feedback ui test * fix update ui test * try to fix 2factorauth ui test * updates expected test files * improve 2fa ui tests * improve usersmanager ui test * updates expected test file * try killing cookies on logout * allow some pixels difference for usermanager tests * try to fix randomly failing dashboard test * try to fix emptysite ui test * remove no longer needed ui file
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/tests/UI/FeedbackPopup_spec.js6
-rw-r--r--plugins/Feedback/tests/UI/expected-screenshots/FeedbackPopup_dashboard_no_popup.png3
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
index d642984ed1..5073ff9594 100644
--- a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
+++ b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
@@ -37,6 +37,10 @@ describe("FeedbackPopup", function () {
await page.goto(url);
await page.waitForNetworkIdle();
- expect(await page.screenshotSelector('#root')).to.matchImage('dashboard_no_popup');
+ // check dashboard is present
+ await page.waitForSelector('#dashboardWidgetsArea');
+
+ // check modal isn't opened
+ await page.waitForFunction("$('.modal.open').length == 0");
});
}); \ No newline at end of file
diff --git a/plugins/Feedback/tests/UI/expected-screenshots/FeedbackPopup_dashboard_no_popup.png b/plugins/Feedback/tests/UI/expected-screenshots/FeedbackPopup_dashboard_no_popup.png
deleted file mode 100644
index 58cfb5aacf..0000000000
--- a/plugins/Feedback/tests/UI/expected-screenshots/FeedbackPopup_dashboard_no_popup.png
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:44c97885caf1a5e6148023cfcd323ad51415e0eabac3e08f7e91f1da6a93b6a1
-size 409180