fix typo in tests

This commit is contained in:
Julien Fastré 2022-05-13 16:05:08 +02:00
parent aec01df202
commit 2a5bb28210
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',