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.
2 parents 065690d + 77cf702 commit 1832537Copy full SHA for 1832537
tests/acceptance/features/bootstrap/LoginPageContext.php
@@ -66,7 +66,7 @@ public static function loginButton() {
66
* @return Locator
67
*/
68
public static function wrongPasswordMessage() {
69
- return Locator::forThe()->xpath("//*[@class = 'warning wrongPasswordMsg' and normalize-space() = 'Wrong password.']")->
+ return Locator::forThe()->xpath("//*[@class = 'warning wrongPasswordMsg' and normalize-space() = 'Wrong username or password.']")->
70
describedAs("Wrong password message in Login page");
71
}
72
0 commit comments