StorefrontCustomerSignInFormSection.xml 1.0 KB

12345678910111213141516171819202122
  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="StorefrontCustomerSignInFormSection">
  11. <element name="emailField" type="input" selector="#email"/>
  12. <element name="passwordField" type="input" selector="#pass"/>
  13. <element name="signInAccountButton" type="button" selector="#send2" timeout="30"/>
  14. </section>
  15. <section name="StorefrontCustomerSignInPopupFormSection">
  16. <element name="errorMessage" type="input" selector="[data-ui-id='checkout-cart-validationmessages-message-error']"/>
  17. <element name="email" type="input" selector="#customer-email"/>
  18. <element name="password" type="input" selector="#pass"/>
  19. <element name="signIn" type="button" selector="#send2" timeout="30"/>
  20. </section>
  21. </sections>