From a5d83d880b12d3e668dd77d674ddcac23750f2f1 Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Tue, 26 Feb 2019 16:11:43 +0100
Subject: [PATCH] dev #64573 fix failure

---
 tests/scenarios/Templates/TemplatesTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scenarios/Templates/TemplatesTest.php b/tests/scenarios/Templates/TemplatesTest.php
index 8ccb11d87db..dc4e99bb42e 100644
--- a/tests/scenarios/Templates/TemplatesTest.php
+++ b/tests/scenarios/Templates/TemplatesTest.php
@@ -1388,7 +1388,7 @@ class TemplatesDispatchIntonationWithAccessibilityTest extends TemplatesIntonati
   /** @test */
   public function eagleEyeShouldBePresent() {
     $this->dispatch('/opac/index/index/id_profil/72', true);
-    $this->assertXPath('//img[contains(@src,  "accessibilite.png")]');
+    $this->assertXPath('//button/i[contains(@class,  "fa-low-vision")]');
   }
 }
 
-- 
GitLab