Skip to content

Commit d1f295d

Browse files
committed
fix(tests): Fix login test for remember me checkbox
Signed-off-by: Côme Chilliet <[email protected]>
1 parent f27f452 commit d1f295d

File tree

1 file changed

+1
-1
lines changed
  • build/integration/features/bootstrap

1 file changed

+1
-1
lines changed

build/integration/features/bootstrap/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function aNewBrowserSessionIsStarted($remember = false) {
220220
'form_params' => [
221221
'user' => 'user0',
222222
'password' => '123456',
223-
'remember_login' => $remember ? '1' : '0',
223+
'rememberme' => $remember ? '1' : '0',
224224
'requesttoken' => $this->requestToken,
225225
],
226226
'cookies' => $this->cookieJar,

0 commit comments

Comments
 (0)