fixup! Fix some tests

This commit is contained in:
Julien Fastré 2023-12-14 23:22:48 +01:00
parent 8fcdb58556
commit 4a99480f50
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -68,9 +68,7 @@ final class ScopeControllerTest extends WebTestCase
'chill_mainbundle_scope[name][en]' => 'Foo en', 'chill_mainbundle_scope[name][en]' => 'Foo en',
]); ]);
$crawler = $client->submit($form); $client->submit($form);
var_dump($client->getResponse()->getStatusCode());
var_dump($crawler->text());
$crawler = $client->followRedirect(); $crawler = $client->followRedirect();
// Check the element contains an attribute with value equals "Foo" // Check the element contains an attribute with value equals "Foo"