Fix acceptance test

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/7013/head
John Molakvoæ (skjnldsv) 8 years ago
parent 8fea22314c
commit 15762c103b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
  1. 2
      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");
}

Loading…
Cancel
Save