Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

19 строки
930 B

  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" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  9. <section name="SwaggerAuthorizeSection">
  10. <element name="authorizeButtonUnlocked" type="button" selector=".btn.authorize.unlocked"/>
  11. <element name="authorizeButtonLocked" type="button" selector=".btn.authorize.locked"/>
  12. <element name="authorizeModalButton" type="button" selector=".btn.auth.authorize"/>
  13. <element name="logoutModalButton" type="button" selector=".btn.modal-btn.auth"/>
  14. <element name="closeModalButton" type="button" selector=".btn.modal-btn.auth.btn-done"/>
  15. <element name="apiKeyInput" type="input" selector=".auth-container .wrapper input"/>
  16. </section>
  17. </sections>