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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/LoginPageContext.php')
-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 7862e306b26..ceb90263e4e 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")->
+ return Locator::forThe()->id("submit-form")->
describedAs("Login button in Login page");
}