Skip to content

Commit f0aaa08

Browse files
committed
fixup! fixup! Fix table view
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent f728bbb commit f0aaa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/features/bootstrap/UsersSettingsContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static function theAction($action, $user) {
144144
* @return Locator
145145
*/
146146
public static function theColumn($column) {
147-
return Locator::forThe()->xpath("//table[@class='user-list-grid']//td[normalize-space() = '$column']")->
147+
return Locator::forThe()->xpath("//table[@class='user-list-grid']//*[normalize-space() = '$column']")->
148148
describedAs("The $column column in Users Settings");
149149
}
150150

0 commit comments

Comments
 (0)