diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php index b5bb012a2..e10879760 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php @@ -53,7 +53,7 @@ final class CenterControllerTest extends WebTestCase ); // Edit the entity - $crawler = $client->click($crawler->selectLink('Modifier')->link()); + $crawler = $client->click($crawler->selectLink('modifier')->link()); $form = $crawler->selectButton('Mettre à jour')->form([ 'chill_mainbundle_center[name]' => 'Foo', diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php index 806153220..8530308e3 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php @@ -61,7 +61,7 @@ final class ScopeControllerTest extends WebTestCase ); // Edit the entity - $crawler = $client->click($crawler->selectLink('Modifier')->link()); + $crawler = $client->click($crawler->selectLink('modifier')->link()); $form = $crawler->selectButton('Mettre à jour')->form([ 'chill_mainbundle_scope[name][fr]' => 'Foo',