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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-09-21 03:54:19 +0300
committerGitHub <noreply@github.com>2020-09-21 03:54:19 +0300
commit1e613c6f6f144a200ad3e1a32a128faa31a447c2 (patch)
tree828ffbf9f057d6d3a2a5db73b8f8e743c79c7229
parent1cb41a757e96e5a0c19da9a0deaad7dc5593c759 (diff)
Fix JS test (#16455)4.0.0-a2
-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 () {