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

21 строка
1.1 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="AdminGridMainControls">
  11. <element name="add" type="button" selector="#add" timeout="30"/>
  12. <element name="back" type="button" selector="#back" timeout="30"/>
  13. <element name="reset" type="button" selector="#reset" timeout="30"/>
  14. <element name="save" type="button" selector="#save-button" timeout="30"/>
  15. <element name="saveAndContinue" type="button" selector="#save-button" timeout="30"/>
  16. <element name="saveArrow" type="button" selector="button[data-ui-id='save-button-dropdown']" timeout="5"/>
  17. <element name="saveAndClose" type="button" selector="span[title='Save &amp; Close']" timeout="30"/>
  18. <element name="saveAndNew" type="button" selector="span[title='Save &amp; New']" timeout="30"/>
  19. </section>
  20. </sections>