StorefrontCustomerDashboardAccountInformationSection.xml 1.3 KB

123456789101112131415161718192021222324252627
  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="StorefrontCustomerDashboardAccountInformationSection">
  11. <element name="ContactInformation" type="textarea" selector=".box.box-information .box-content"/>
  12. </section>
  13. <section name="StorefrontCustomerAddressSection">
  14. <element name="firstName" type="input" selector="#firstname"/>
  15. <element name="lastName" type="input" selector="#lastname"/>
  16. <element name="company" type="input" selector="#company"/>
  17. <element name="phoneNumber" type="input" selector="#telephone"/>
  18. <element name="streetAddress1" type="input" selector="#street_1"/>
  19. <element name="streetAddress2" type="input" selector="#street_2"/>
  20. <element name="city" type="input" selector="#city"/>
  21. <element name="stateProvince" type="select" selector="#region_id"/>
  22. <element name="zip" type="input" selector="#zip"/>
  23. <element name="country" type="select" selector="#country"/>
  24. <element name="saveAddress" type="button" selector="[data-action='save-address']" timeout="30"/>
  25. </section>
  26. </sections>