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 b43a84f + 2149507 commit 86bc310Copy full SHA for 86bc310
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