We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f728bbb commit f0aaa08Copy full SHA for f0aaa08
tests/acceptance/features/bootstrap/UsersSettingsContext.php
@@ -144,7 +144,7 @@ public static function theAction($action, $user) {
144
* @return Locator
145
*/
146
public static function theColumn($column) {
147
- 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']")->
148
describedAs("The $column column in Users Settings");
149
}
150
0 commit comments