diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-11 13:55:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 13:55:39 +0100 |
commit | a987f395652db7652b02dbbf692311c33fa600ee (patch) | |
tree | 7171465398b2b19b43b6e080d660861be6440466 /tests/acceptance/features | |
parent | 7de3cced7a4d137ee0eeaecf7d5a1010c5589369 (diff) | |
parent | a82c8f58cceffd8808635d0501ca401e8d65a2ab (diff) | |
download | nextcloud-server-a987f395652db7652b02dbbf692311c33fa600ee.tar.gz nextcloud-server-a987f395652db7652b02dbbf692311c33fa600ee.zip |
Merge pull request #7650 from rpirritano/master
made small changes to login screen
Diffstat (limited to 'tests/acceptance/features')
-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 560dd83f308..1496e3030c2 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.']")-> + return Locator::forThe()->xpath("//*[@class = 'warning wrongPasswordMsg' and normalize-space() = 'Wrong password.']")-> describedAs("Wrong password message in Login page"); } |