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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-17 03:03:14 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-17 03:03:14 +0400
commitfd5389b944aa8a88c2386a978fc459a0399d2391 (patch)
tree5cb2b77866520160c5fb315eb35a2e6dab0b9373 /tests/resources
parent65e852f34d42ab472ded36f0b5411949f8468e42 (diff)
Speed up case where error is shown in screenshot tests.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-capture/capture.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/resources/screenshot-capture/capture.js b/tests/resources/screenshot-capture/capture.js
index 22f74318b4..ae7d936a50 100644
--- a/tests/resources/screenshot-capture/capture.js
+++ b/tests/resources/screenshot-capture/capture.js
@@ -70,6 +70,8 @@ PageRenderer.prototype = {
&& window.piwik.ajaxRequestFinished
) {
window.piwik.ajaxRequestFinished();
+ } else {
+ console.log("__AJAX_DONE__");
}
});
}