fix tests

some classes have changed, fix it
This commit is contained in:
2017-08-29 17:00:32 +02:00
parent 54fbaa8c0d
commit f5de2d8049
4 changed files with 15 additions and 12 deletions

View File

@@ -204,7 +204,7 @@ class PersonSearchTest extends WebTestCase
$this->assertRegExp('/Gérard/', $crawlerCanSee->text(),
'center a_social may see "Gérard" in center a');
$this->assertRegExp('/Aucune personne ne correspond aux termes de recherche "gerard"/',
$this->assertRegExp('/Aucune personne ne correspond aux termes de recherche/',
$crawlerCannotSee->text(),
'center b_social may not see any "Gérard" associated to center b');