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:
-rw-r--r--tests/javascript/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index e4fbcecd54..f9bc6ed18f 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -4241,7 +4241,6 @@ if ($mysql) {
// test ping not sent on focus
tracker.enableHeartBeatTimer();
tracker.setCustomData('token', 7 + tokenBase);
- tracker.setVisitStandardLength(5);
return Q.delay(6000); // should not send a tracking request because of visit standard length reached
}).then(function () {