- <?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="AdminDotmailerAccountsSection">
- <element name="accountsFieldsetToggle" type="button" selector="#connector_api_credentials_api-head"/>
- <element name="accountsFieldset" type="button" selector="#connector_api_credentials_api"/>
- <element name="accountsEnabledOption" type="select" selector="#connector_api_credentials_api_enabled" />
- <element name="accountsUsernameField" type="input" selector="#connector_api_credentials_api_username" />
- <element name="accountsPasswordField" type="input" selector="#connector_api_credentials_api_password" />
- </section>
- </sections>
|