diff --git a/tests/application/modules/opac/controllers/RechercheControllerTest.php b/tests/application/modules/opac/controllers/RechercheControllerTest.php index 1244c078fc56c787ad0f64f2d97ad8c7cd39571f..d097db3d7c47f59427167ea666400f085e2fab0b 100644 --- a/tests/application/modules/opac/controllers/RechercheControllerTest.php +++ b/tests/application/modules/opac/controllers/RechercheControllerTest.php @@ -1825,7 +1825,7 @@ class RechercheControllerSimpleActionWithListeFormatChronoTest extends Recherche /** @test */ public function timelineJSShouldBeLoaded() { - $this->assertXPath('//script[contains(@src, "public/opac/TimelineJS-2.25/compiled/js/storyjs-embed.js")]'); + $this->assertXPath('//script[contains(@src, "public/opac/TimelineJS3-3.5.1/compiled/js/timeline-embed.js")]'); }