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

19 строки
939 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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="BlockNewPagePageActionsSection">
  11. <element name="saveBlock" type="button" selector="#save-button" timeout="10"/>
  12. <element name="saveAndContinueEdit" type="button" selector="#save-button" timeout="10"/>
  13. <element name="saveAndDuplicate" type="button" selector="#save_and_duplicate" timeout="10"/>
  14. <element name="saveAndClose" type="button" selector="#save_and_close" timeout="10"/>
  15. <element name="expandSplitButton" type="button" selector="//button[@data-ui-id='save-button-dropdown']" timeout="10"/>
  16. <element name="back" type="button" selector="#back"/>
  17. </section>
  18. </sections>