aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2020-10-16 20:40:17 +0200
committerSimounet <contact@simounet.net>2021-04-21 14:42:46 +0200
commit45c3b2a478c10136e27b70f4cb439612ca5babb9 (patch)
treecf6a7ef1fac94929625677d086116785c5e024c9 /tests/acceptance/features
parentd2ea068552eb144d491b76e0a0ef8266144dcf45 (diff)
downloadnextcloud-server-45c3b2a478c10136e27b70f4cb439612ca5babb9.tar.gz
nextcloud-server-45c3b2a478c10136e27b70f4cb439612ca5babb9.zip
Settings: new user row replaced by a modal
Signed-off-by: Simounet <contact@simounet.net>
Diffstat (limited to 'tests/acceptance/features')
-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");
}