Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 19:57:12 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 20:00:29 +0300
commit05a33ad713f47b8cfe400447ec9c4c1f8be310bd (patch)
treeda5bf2d999b517dede3bbbc2d24353b563ebed76 /tests
parent369a7f3128768a627e7c613cc9e60ab03776eaac (diff)
Fix acceptance
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 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");
}