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:
authorZoltan Flamis <zoltan@innocraft.com>2021-05-27 05:08:12 +0300
committerGitHub <noreply@github.com>2021-05-27 05:08:12 +0300
commit7f250ac219fe725b9f84cfa18d50e020ab555d32 (patch)
treebf0e8aa3ea2d5aa47a985d170d3e25e2cf4b2780 /tests/javascript/index.php
parent14ffece034f8920a7ae6375c191a7af2a02f1fb5 (diff)
Outlink tracking when DOM modified (#17522)
* modify enabletracking * check for multiple click listeners * add other mouse events * delete log * rebuilt piwik.js * add to changelog and fix test * Update piwik.js * rebuilt piwik.js Co-authored-by: flamisz <flamisz@users.noreply.github.com>
Diffstat (limited to 'tests/javascript/index.php')
-rw-r--r--tests/javascript/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index 36f3ed44af..ddec6a81e7 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -4113,7 +4113,7 @@ if ($mysql) {
var countTrackingEvents = /<span\>([0-9]+)\<\/span\>/.exec(results);
ok (countTrackingEvents, "countTrackingEvents is set");
if(countTrackingEvents) {
- equal( countTrackingEvents[1], "43", "count tracking events" );
+ equal( countTrackingEvents[1], "44", "count tracking events" );
}
// firing callback