diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 18:57:12 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 19:00:29 +0200 |
commit | 05a33ad713f47b8cfe400447ec9c4c1f8be310bd (patch) | |
tree | da5bf2d999b517dede3bbbc2d24353b563ebed76 /tests/acceptance | |
parent | 369a7f3128768a627e7c613cc9e60ab03776eaac (diff) | |
download | nextcloud-server-05a33ad713f47b8cfe400447ec9c4c1f8be310bd.tar.gz nextcloud-server-05a33ad713f47b8cfe400447ec9c4c1f8be310bd.zip |
Fix acceptance
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance')
-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"); } |