StorefrontCustomerAccountInformationSection.xml 923 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="StorefrontCustomerAccountInformationSection">
  11. <element name="firstName" type="input" selector="#firstname"/>
  12. <element name="lastName" type="input" selector="#lastname"/>
  13. <element name="changeEmail" type="checkbox" selector="#change_email"/>
  14. <element name="changePassword" type="checkbox" selector="#change_password"/>
  15. <element name="testAddedAttributeFiled" type="input" selector="//input[contains(@id,'{{var}}')]" parameterized="true"/>
  16. <element name="saveButton" type="button" selector="#form-validate .action.save.primary"/>
  17. </section>
  18. </sections>