diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
index c00e8aed1..e99c1dc1a 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
@@ -94,7 +94,7 @@
-
-
diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php
index 34899af30..d76a2df0c 100644
--- a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php
+++ b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php
@@ -18,7 +18,7 @@ class HouseholdControllerTest extends WebTestCase
protected function setUp()
{
$this->client = $this->getClientAuthenticated();
- }
+ }
/**
* @dataProvider generateValidHouseholdIds
@@ -49,7 +49,7 @@ class HouseholdControllerTest extends WebTestCase
$this->assertResponseIsSuccessful();
- $form = $crawler->selectButton('Enregistrer')
+ $form = $crawler->filter('#form_household_comment_confirm')
->form();
$form['household[commentMembers][comment]'] = "This is a text **generated** by automatic tests";
@@ -109,8 +109,8 @@ class HouseholdControllerTest extends WebTestCase
\shuffle($ids);
- yield [ \array_pop($ids)['id'] ];
- yield [ \array_pop($ids)['id'] ];
- yield [ \array_pop($ids)['id'] ];
+ yield [ \array_pop($ids)['id'] ];
+ yield [ \array_pop($ids)['id'] ];
+ yield [ \array_pop($ids)['id'] ];
}
}