<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="LoggedInCustomerHeaderLinksSection">
        <element name="customerDropdownMenu" type="button" selector=".customer-name"/>
        <element name="myAccount" type="button" selector="//*[contains(@class, 'page-header')]//*[contains(@class, 'customer-menu')]//a[contains(., 'My Account')]"/>
        <element name="myWishList" type="button" selector=".page-header .customer-menu .wishlist"/>
        <element name="signOut" type="button" selector=".page-header .customer-menu .authorization-link"/>
    </section>
</sections>
