Skip to content

Commit 1832537

Browse files
authored
Merge pull request #14623 from nextcloud/fix/noid/login-page-wrong-password
Fix acceptance tests for wrong password message due to changed message
2 parents 065690d + 77cf702 commit 1832537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/features/bootstrap/LoginPageContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static function loginButton() {
6666
* @return Locator
6767
*/
6868
public static function wrongPasswordMessage() {
69-
return Locator::forThe()->xpath("//*[@class = 'warning wrongPasswordMsg' and normalize-space() = 'Wrong password.']")->
69+
return Locator::forThe()->xpath("//*[@class = 'warning wrongPasswordMsg' and normalize-space() = 'Wrong username or password.']")->
7070
describedAs("Wrong password message in Login page");
7171
}
7272

0 commit comments

Comments
 (0)