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>2019-07-15 10:26:52 +0300
committerGitHub <noreply@github.com>2019-07-15 10:26:52 +0300
commit11266ee5e807400969aaec12ed4218dde0b90e8b (patch)
tree2b7a75caeca2d505ef2fecef1cb2388d15ef6946 /plugins/CoreUpdater
parente9fef5e3800173a738462bb88fac6e1ccf7224d6 (diff)
Migrate Tour plugin UI tests to headless Chrome... (#14656)
* Converts Tour tests to Headless Chrome * Fix some failing UI tests
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js b/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
index 114b95d31a..af81d3b459 100644
--- a/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
+++ b/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
@@ -26,6 +26,7 @@ describe("CoreUpdaterDb", function () {
function apiUpgradeTest(format) {
it("should start the updater when an old version of Piwik is detected in the DB with format " + format, async function() {
+ await page.goto(""); // page.downloadUrl needs jQuery loaded, so load a page
const url = '?module=API&method=API.getPiwikVersion&format=' + format;
var pageContents = await page.downloadUrl(url);