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
path: root/tests/UI
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-02-04 01:32:19 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-04 01:32:19 +0300
commit5197c5867a9ce66f84ab5872bde671b0f4d51cfc (patch)
tree097005729ab36041f6d40115a8137e5df8f778e3 /tests/UI
parent0a18e1977e82b3a2b80dc2b1acbe2a277abe1353 (diff)
fixed some mentions of piwik-ui-tests repo which I just disabled on Travis
Diffstat (limited to 'tests/UI')
-rw-r--r--tests/UI/screenshot-diffs/diffgenerator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/screenshot-diffs/diffgenerator.js b/tests/UI/screenshot-diffs/diffgenerator.js
index f88ece732e..78063a6674 100644
--- a/tests/UI/screenshot-diffs/diffgenerator.js
+++ b/tests/UI/screenshot-diffs/diffgenerator.js
@@ -34,7 +34,7 @@ function compareImages(expected, expectedGithub, processed)
$('.processed').attr('src', encodeURI(processed));
$('.expected').attr('src', encodeURI(expected));
- $('.expectedGithub').attr('src', 'https://raw.githubusercontent.com/piwik/piwik-ui-tests/master/expected-ui-screenshots/' + encodeURI(expectedGithub));
+ $('.expectedGithub').attr('src', 'https://raw.githubusercontent.com/piwik/piwik-ui-tests/master/' + encodeURI(expectedGithub));
}
function getUrlQueryParam(sParam) {