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.
 
 
 
 
 
 

22 lines
1.2 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="ContentManagementSection">
  11. <element name="WYSIWYGOptions" type="button" selector="#cms_wysiwyg-head" timeout="60"/>
  12. <element name="CheckIfTabExpand" type="button" selector="#cms_wysiwyg-head:not(.open)"/>
  13. <element name="EnableSystemValue" type="button" selector="#cms_wysiwyg_enabled_inherit"/>
  14. <element name="EnableWYSIWYG" type="button" selector="#cms_wysiwyg_enabled"/>
  15. <element name="SwitcherSystemValue" type="button" selector="#cms_wysiwyg_editor_inherit" timeout="60"/>
  16. <element name="Switcher" type="button" selector="#cms_wysiwyg_editor"/>
  17. <element name="StaticURL" type="button" selector="#cms_wysiwyg_use_static_urls_in_catalog"/>
  18. <element name="Save" type="button" selector="#save" timeout="30"/>
  19. <element name="StoreConfigurationPageSuccessMessage" type="text" selector="#messages [data-ui-id='messages-message-success']"/>
  20. </section>
  21. </sections>