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:
authorSimounet <contact@simounet.net>2020-10-16 21:40:17 +0300
committerSimounet <contact@simounet.net>2021-04-21 15:42:46 +0300
commit45c3b2a478c10136e27b70f4cb439612ca5babb9 (patch)
treecf6a7ef1fac94929625677d086116785c5e024c9 /tests/acceptance
parentd2ea068552eb144d491b76e0a0ef8266144dcf45 (diff)
Settings: new user row replaced by a modal
Signed-off-by: Simounet <contact@simounet.net>
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/features/bootstrap/UsersSettingsContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/UsersSettingsContext.php b/tests/acceptance/features/bootstrap/UsersSettingsContext.php
index d60261d5d1a..ce035647104 100644
--- a/tests/acceptance/features/bootstrap/UsersSettingsContext.php
+++ b/tests/acceptance/features/bootstrap/UsersSettingsContext.php
@@ -74,7 +74,7 @@ class UsersSettingsContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function createNewUserButton() {
- return Locator::forThe()->xpath("//form[@id = 'new-user']//input[@type = 'submit']")->
+ return Locator::forThe()->xpath("//form[@id = 'new-user']//button[@type = 'submit']")->
describedAs("Create user button in Users Settings");
}