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.
1 parent fcb9b92 commit b896a3dCopy full SHA for b896a3d
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