diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php index 2b04abfdb71627606c7de78c1bf9d98430d731ad..1fdb41fbc797b1e5cc369f8ff21b46f87259b5c5 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php @@ -133,6 +133,7 @@ public function testPager(): void { $this->assertEquals('3', $counter); $view->destroy(); + // Invalidate cache to fix issue:3456341 $view->storage->invalidateCaches(); // Test using the counter start option.