CmsNewBlockBlockActionsSection.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132
  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="CmsNewBlockBlockActionsSection">
  11. <element name="savePage" type="button" selector="#save-button" timeout="30"/>
  12. </section>
  13. <section name="BlockNewPagePageActionsSection">
  14. <element name="saveBlock" type="button" selector="#save-button" timeout="10"/>
  15. <element name="saveAndContinueEdit" type="button" selector="#save-button" timeout="10"/>
  16. <element name="saveAndDuplicate" type="button" selector="#save_and_duplicate" timeout="10"/>
  17. <element name="saveAndClose" type="button" selector="#save_and_close" timeout="10"/>
  18. <element name="expandSplitButton" type="button" selector="//button[@data-ui-id='save-button-dropdown']" timeout="10"/>
  19. <element name="back" type="button" selector="#back"/>
  20. </section>
  21. <section name="BlockWYSIWYGSection">
  22. <element name="ShowHideBtn" type="button" selector="#togglecms_block_form_content"/>
  23. </section>
  24. <section name="BlockContentSection">
  25. <element name="TextArea" type="input" selector="#cms_block_form_content"/>
  26. </section>
  27. <section name="CmsBlockBlockActionSection">
  28. <element name="deleteBlock" type="button" selector="#delete" timeout="30"/>
  29. <element name="deleteConfirm" type="button" selector=".action-primary.action-accept" timeout="60"/>
  30. </section>
  31. </sections>