Skip to content

Commit bbbf240

Browse files
come-ncnextcloud-command
authored andcommitted
fix(tests): Fix login test for remember me checkbox
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent c6c630a commit bbbf240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • build/integration/features/bootstrap

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)