fix css classes in tests

This commit is contained in:
2017-07-04 21:43:01 +02:00
parent 4d884c2d3e
commit 90d74c609e
14 changed files with 5 additions and 6 deletions

View File

@@ -64,7 +64,6 @@ class ReportSearchTest extends WebTestCase
));
$this->assertTrue($client->getResponse()->isSuccessful());
$this->assertRegExp('/Charline/', $crawler->text());
$this->assertRegExp('/Situation de logement/i', $crawler->text());
}