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.
 
 
 
 
 
 

25 lines
1.4 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminNewIntegrationFormSection">
  11. <element name="integrationInfoTab" type="block" selector="#integration_edit_tabs #integration_edit_tabs_info_section" />
  12. <element name="integrationName" type="input" selector="#edit_form input[name='name']"/>
  13. <element name="currentPassword" type="input" selector="#edit_form input[name='current_password']"/>
  14. <element name="apiTab" type="block" selector="#integration_edit_tabs #integration_edit_tabs_api_section" />
  15. <element name="resourceAccess" type="select" selector="[data-ui-id='integration-edit-tabs-tab-content-api-section'] [name='all_resources']" />
  16. <element name="resourceTree" type="block" selector="[data-ui-id='integration-edit-tabs-tab-content-api-section'] [data-role='resource-tree']"/>
  17. <element name="save" type="button" selector="#save-split-button-button"/>
  18. <element name="integrationToggle" type="button" selector=".page-actions-buttons .action-toggle.primary"/>
  19. <element name="saveAndActivate" type="button" selector="#save-split-button-activate"/>
  20. </section>
  21. </sections>