diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-08 09:19:33 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-08 09:19:33 +0100 |
commit | 15762c103bcff13de45e9bdff62ab7b2b390c218 (patch) | |
tree | 9866549bdebbcf05206d0cf887d6a1cb56b7458f | |
parent | 8fea22314ceaf9b1a3865c02e587aa5b0c4f1c38 (diff) | |
download | nextcloud-server-15762c103bcff13de45e9bdff62ab7b2b390c218.tar.gz nextcloud-server-15762c103bcff13de45e9bdff62ab7b2b390c218.zip |
Fix acceptance test
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | tests/acceptance/features/bootstrap/LoginPageContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/LoginPageContext.php b/tests/acceptance/features/bootstrap/LoginPageContext.php index 61f12f54be6..560dd83f308 100644 --- a/tests/acceptance/features/bootstrap/LoginPageContext.php +++ b/tests/acceptance/features/bootstrap/LoginPageContext.php @@ -66,7 +66,7 @@ class LoginPageContext implements Context, ActorAwareInterface { * @return Locator */ public static function wrongPasswordMessage() { - return Locator::forThe()->xpath("//*[@class = 'warning' and normalize-space() = 'Wrong password. Reset it?']")-> + return Locator::forThe()->xpath("//*[@class = 'warning' and normalize-space() = 'Wrong password.']")-> describedAs("Wrong password message in Login page"); } |