AdminDotmailerConfigurationConsentSection.xml 723 B

12345678910
  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="AdminDotmailerConfigurationConsentSection">
  5. <element name="consentFieldsetToggle" type="button" selector="#connector_configuration_consent-head"/>
  6. <element name="consentFieldset" type="button" selector="#connector_configuration_consent"/>
  7. <element name="customerConsentText" type="textarea" selector="#connector_configuration_consent_dotmailer_consent_customer_text" />
  8. </section>
  9. </sections>