Skip to content

Commit

Permalink
fixup! Fixed acceptance 1
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Feb 28, 2018
1 parent c812759 commit 3ddfc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function createNewUserButton() {
* @return Locator
*/
public static function rowForUser($user) {
return Locator::forThe()->xpath("//table[@id = 'userlist']//tr[@data-uid = '$user']/..")->
return Locator::forThe()->xpath("//table[@id = 'userlist']//tr[@data-uid = '$user'].")->
describedAs("Row for user $user in Users Settings");
}

Expand Down

0 comments on commit 3ddfc58

Please sign in to comment.