fixup! Fix some tests

This commit is contained in:
2023-12-14 23:22:48 +01:00
parent 8fcdb58556
commit 4a99480f50

View File

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