You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
-
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="AdminNewIntegrationFormSection">
- <element name="integrationInfoTab" type="block" selector="#integration_edit_tabs #integration_edit_tabs_info_section" />
- <element name="integrationName" type="input" selector="#edit_form input[name='name']"/>
- <element name="currentPassword" type="input" selector="#edit_form input[name='current_password']"/>
-
- <element name="apiTab" type="block" selector="#integration_edit_tabs #integration_edit_tabs_api_section" />
- <element name="resourceAccess" type="select" selector="[data-ui-id='integration-edit-tabs-tab-content-api-section'] [name='all_resources']" />
- <element name="resourceTree" type="block" selector="[data-ui-id='integration-edit-tabs-tab-content-api-section'] [data-role='resource-tree']"/>
-
- <element name="save" type="button" selector="#save-split-button-button"/>
- <element name="integrationToggle" type="button" selector=".page-actions-buttons .action-toggle.primary"/>
- <element name="saveAndActivate" type="button" selector="#save-split-button-activate"/>
- </section>
- </sections>
|