diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php index 0e7b2c9f1..ad41e484e 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php @@ -86,12 +86,12 @@ final class PersonControllerCreateTest extends WebTestCase $client->getResponse()->isSuccessful(), 'The page is accessible at the URL /{_locale}/person/new' ); - $form = $crawler->selectButton('Ajouter la personne')->form(); + $form = $crawler->selectButton("Créer l'usager")->form(); $this->assertInstanceOf( \Symfony\Component\DomCrawler\Form::class, $form, - 'The page contains a butto ' + 'The page contains a button' ); $this->assertTrue( $form->has(self::FIRSTNAME_INPUT),