Skip to content

Commit

Permalink
fixup! fixup! Fix table view
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed May 9, 2023
1 parent f728bbb commit f0aaa08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static function theAction($action, $user) {
* @return Locator
*/
public static function theColumn($column) {
return Locator::forThe()->xpath("//table[@class='user-list-grid']//td[normalize-space() = '$column']")->
return Locator::forThe()->xpath("//table[@class='user-list-grid']//*[normalize-space() = '$column']")->
describedAs("The $column column in Users Settings");
}

Expand Down

0 comments on commit f0aaa08

Please sign in to comment.