diff options
Diffstat (limited to 'tests')
-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 e22ee22e743..7502b143718 100644 --- a/tests/acceptance/features/bootstrap/LoginPageContext.php +++ b/tests/acceptance/features/bootstrap/LoginPageContext.php @@ -58,7 +58,7 @@ class LoginPageContext implements Context, ActorAwareInterface { * @return Locator */ public static function loginButton() { - return Locator::forThe()->id("submit-form")-> + return Locator::forThe()->css(".submit-wrapper .submit-wrapper__input")-> describedAs("Login button in Login page"); } |