diff -u b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php --- b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php +++ b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php @@ -63,9 +63,9 @@ $this->assertSame(2, $this->getStatisticsCounter('en/node/1')); $this->assertSame(3, $this->getStatisticsCounter('en/node/1')); $this->assertSame(4, $this->getStatisticsCounter('index.php/node/1')); - $this->assertSame(5, $this->getStatisticsCounter('index.php/node/1')); - $this->assertSame(6, $this->getStatisticsCounter('index.php/en/node/1')); - $this->assertSame(7, $this->getStatisticsCounter('index.php/en/node/1')); + $this->assertSame(4, $this->getStatisticsCounter('index.php/node/1')); + $this->assertSame(4, $this->getStatisticsCounter('index.php/en/node/1')); + $this->assertSame(4, $this->getStatisticsCounter('index.php/en/node/1')); } /**