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