Fixed new user form detection in acceptance
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
64eb43b1a3
commit
a30eacccbf
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue