summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-14 15:32:27 +0100
committerGitHub <noreply@github.com>2017-11-14 15:32:27 +0100
commit381967f35e11bfd04baa5c085f733793fee30858 (patch)
treeffb82fc88dab364f285cb802d87e4e5c3db47a41 /tests
parent16549ae5fbc2165ab6cf0a1004f80cd142993d48 (diff)
parent15762c103bcff13de45e9bdff62ab7b2b390c218 (diff)
downloadnextcloud-server-381967f35e11bfd04baa5c085f733793fee30858.tar.gz
nextcloud-server-381967f35e11bfd04baa5c085f733793fee30858.zip
Merge pull request #7013 from nextcloud/forgot-password
Directly show "Forgot password?" link, fix #6808
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/bootstrap/LoginPageContext.php2
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");
}