We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eceb0fe + b896a3d commit 2149507Copy full SHA for 2149507
tests/bundle/Functional/SessionTest.php
@@ -113,6 +113,7 @@ public function testLoginWithExistingFrontendSession()
113
self::assertGreaterThan(0, $csrfDomElements->length);
114
$csrfTokenValue = $csrfDomElements->item(0)->nodeValue;
115
116
+ $browser->followRedirects(false);
117
$browser->submitForm(
118
'Login',
119
[
0 commit comments