summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/UsersSettingsContext.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-08 18:57:27 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:23 +0200
commita30eacccbf04863c43492002f9f51fc1967cbfaa (patch)
treec2a57a5d374da8a7bd2f52cad7f9ee7132db2d33 /tests/acceptance/features/bootstrap/UsersSettingsContext.php
parent64eb43b1a39f3fc2b5626396cd107a4b0cefbbad (diff)
downloadnextcloud-server-a30eacccbf04863c43492002f9f51fc1967cbfaa.tar.gz
nextcloud-server-a30eacccbf04863c43492002f9f51fc1967cbfaa.zip
Fixed new user form detection in acceptance
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance/features/bootstrap/UsersSettingsContext.php')
-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 0ba31c2283b..d65c58ecabe 100644
--- a/tests/acceptance/features/bootstrap/UsersSettingsContext.php
+++ b/tests/acceptance/features/bootstrap/UsersSettingsContext.php
@@ -63,7 +63,7 @@ class UsersSettingsContext implements Context, ActorAwareInterface {
* @return Locator
*/
public static function createNewUserButton() {
- return Locator::forThe()->xpath("//form[@id = 'newuser']//input[@type = 'submit']")->
+ return Locator::forThe()->xpath("//form[@id = 'new-user']//input[@type = 'submit']")->
describedAs("Create user button in Users Settings");
}