From 1815e87191ab1bd529dd5d3c7c7fe48277f82a7f Mon Sep 17 00:00:00 2001
From: Laurent Laffont <llaffont@afi-sa.fr>
Date: Fri, 29 Sep 2017 14:40:12 +0200
Subject: [PATCH] dev #65510 test fix

---
 .../modules/cosmo/controllers/DataProfileControllerTest.php     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/DataProfileControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/DataProfileControllerTest.php
index 453d7cd7375..5229a877d6a 100644
--- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/DataProfileControllerTest.php
+++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/DataProfileControllerTest.php
@@ -133,7 +133,7 @@ class Cosmo_DataProfileControllerIndexTest extends Cosmo_DataProfileControllerTe
 
   /** @test */
   public function jQueryUIShouldBeLoaded() {
-    $this->assertXPath('//script[contains(@src, "/public/admin/js/jquery_ui/jquery-ui")]');
+    $this->assertXPath('//script[contains(@src, "/public/admin/js/jquery-ui")]');
   }
 
 
-- 
GitLab