Skip to content

Commit bb93799

Browse files
authored
Merge pull request #20347 from azul/test/fix-failing-acceptance
tests: fix failing header acceptance test
2 parents 8146e19 + 62f7e6b commit bb93799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/acceptance/features/bootstrap/ContactsMenuContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static function noResultsMessage() {
6666
* @return Locator
6767
*/
6868
private static function menuItemFor($contactName) {
69-
return Locator::forThe()->xpath("//*[@class = 'contact' and normalize-space() = '$contactName']")->
69+
return Locator::forThe()->xpath("//*[@class = 'full-name' and normalize-space() = '$contactName']")->
7070
descendantOf(self::contactsMenu())->
7171
describedAs($contactName . " contact in Contacts menu");
7272
}

0 commit comments

Comments
 (0)