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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-10-06 01:18:11 +0300
committerGitHub <noreply@github.com>2017-10-06 01:18:11 +0300
commit11de54ca12d2a46e74cf190a65a848e0356dd470 (patch)
tree2aebb8639a2a79ff3d8fb651d1353b40e766a3fa /plugins
parenta834a8609f8fa61dec72398feea119467908352f (diff)
Retry the Live UI tests to avoid random fails (#12120)
* Retry the Live UI tests to avoid random fails * Don't skip this as maybe phantomjs fixed this bug? * skipped as phantom seems to crash at this test * retry the dashboard3 ui test which has random fails * retry the ActionsDataTable suite * // this test often fails for unknown reasons? // the visitor log with site search is also currently tested in plugins/Live/tests/UI/expected-ui-screenshots/Live_visitor_log.png * remove global retry as for some reasons it triggers 2) Live should show visitor log: done() called multiple times
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Live/tests/UI/Live_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/tests/UI/Live_spec.js b/plugins/Live/tests/UI/Live_spec.js
index 624ac5f468..bea8b18867 100644
--- a/plugins/Live/tests/UI/Live_spec.js
+++ b/plugins/Live/tests/UI/Live_spec.js
@@ -55,4 +55,4 @@ describe("Live", function () {
page.mouseMove('.visitor-profile-visits li:first-child .visitor-profile-actions .action:first-child', 200);
}, done);
});
-}); \ No newline at end of file
+});