StorefrontPanelHeaderSection.xml 1023 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="StorefrontPanelHeaderSection">
  11. <element name="WelcomeMessage" type="text" selector=".greet.welcome span"/>
  12. <element name="createAnAccountLink" type="select" selector=".panel.header li:nth-child(3)" timeout="30"/>
  13. <element name="notYouLink" type="button" selector=".greet.welcome span a"/>
  14. <element name="customerWelcome" type="text" selector=".panel.header .customer-welcome"/>
  15. <element name="customerWelcomeMenu" type="text" selector=".panel.header .customer-welcome .customer-menu"/>
  16. <element name="customerLogoutLink" type="text" selector=".panel.header .customer-welcome .customer-menu .authorization-link a" timeout="30"/>
  17. </section>
  18. </sections>