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.
2 parents 8146e19 + 62f7e6b commit bb93799Copy full SHA for bb93799
1 file changed
tests/acceptance/features/bootstrap/ContactsMenuContext.php
@@ -66,7 +66,7 @@ public static function noResultsMessage() {
66
* @return Locator
67
*/
68
private static function menuItemFor($contactName) {
69
- return Locator::forThe()->xpath("//*[@class = 'contact' and normalize-space() = '$contactName']")->
+ return Locator::forThe()->xpath("//*[@class = 'full-name' and normalize-space() = '$contactName']")->
70
descendantOf(self::contactsMenu())->
71
describedAs($contactName . " contact in Contacts menu");
72
}
0 commit comments