AdminDotmailerConfigurationPreferencesSection.xml 1.0 KB

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
  4. <section name="AdminDotmailerConfigurationPreferencesSection">
  5. <element name="preferencesFieldsetToggle" type="button" selector="#connector_configuration_customer_addressbook-head"/>
  6. <element name="preferencesFieldset" type="button" selector="#connector_configuration_customer_addressbook"/>
  7. <element name="showPreferencesToCustomer" type="select" selector="#connector_configuration_customer_addressbook_show_preferences" />
  8. <element name="showAddressBookToCustomer" type="select" selector="#connector_configuration_customer_addressbook_can_change" />
  9. <element name="showDatafieldToCustomer" type="select" selector="#connector_configuration_customer_addressbook_can_show_fields" />
  10. </section>
  11. </sections>