Browse Source

fix test moderate

Sevajol Bastien 12 years ago
parent
commit
3c60a9a7b7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Muzich/CoreBundle/Tests/Controller/ModerateControllerTest.php

+ 3 - 3
src/Muzich/CoreBundle/Tests/Controller/ModerateControllerTest.php View File

@@ -575,9 +575,9 @@ class ModerateControllerTest extends FunctionalTest
575 575
     $this->crawler = $this->client->request('GET', $this->generateUrl('MuzichAdminBundle_moderate_tags'));
576 576
     
577 577
     // On peux voir les tags 
578
-    $this->exist('li.tag:contains("Tag0000")');
579
-    $this->exist('li.tag:contains("Tag0001")');
580
-    $this->exist('li.tag:contains("Tag0002")');
578
+    $this->exist('span.name:contains("Tag0000")');
579
+    $this->exist('span.name:contains("Tag0001")');
580
+    $this->exist('span.name:contains("Tag0002")');
581 581
     
582 582
     /*
583 583
      * Etapes: