|
@@ -85,7 +85,6 @@ class TagsTest extends FunctionalTest
|
85
|
85
|
$this->client->request('GET', $this->generateUrl('favorites_my_list'));
|
86
|
86
|
$this->isResponseSuccess();
|
87
|
87
|
|
88
|
|
- $this->outputDebug();
|
89
|
88
|
$this->exist('li.element_tag');
|
90
|
89
|
$this->exist('li.element_tag:contains("Mon beau tag")');
|
91
|
90
|
$this->exist('body:contains("Mon beau tag")');
|