mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #20347 from azul/test/fix-failing-acceptance
tests: fix failing header acceptance test
This commit is contained in:
commit
bb937999fa
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class ContactsMenuContext implements Context, ActorAwareInterface {
|
|||
* @return Locator
|
||||
*/
|
||||
private static function menuItemFor($contactName) {
|
||||
return Locator::forThe()->xpath("//*[@class = 'contact' and normalize-space() = '$contactName']")->
|
||||
return Locator::forThe()->xpath("//*[@class = 'full-name' and normalize-space() = '$contactName']")->
|
||||
descendantOf(self::contactsMenu())->
|
||||
describedAs($contactName . " contact in Contacts menu");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue