Skip to content

Commit b896a3d

Browse files
authored
IBX-5243: Check cookies in redirection response, not post redirect
1 parent fcb9b92 commit b896a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bundle/Functional/SessionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public function testLoginWithExistingFrontendSession()
113113
self::assertGreaterThan(0, $csrfDomElements->length);
114114
$csrfTokenValue = $csrfDomElements->item(0)->nodeValue;
115115

116+
$browser->followRedirects(false);
116117
$browser->submitForm(
117118
'Login',
118119
[

0 commit comments

Comments
 (0)