diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-08 18:57:27 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:23 +0200 |
commit | a30eacccbf04863c43492002f9f51fc1967cbfaa (patch) | |
tree | c2a57a5d374da8a7bd2f52cad7f9ee7132db2d33 /tests/acceptance/features/bootstrap/UsersSettingsContext.php | |
parent | 64eb43b1a39f3fc2b5626396cd107a4b0cefbbad (diff) | |
download | nextcloud-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.php | 2 |
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"); } |