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 5b19202 commit 1ca02b0Copy full SHA for 1ca02b0
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