AdminCacheManagementSection.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334
  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="AdminCacheManagementSection">
  11. <element name="FlushMagentoCache" type="button" selector="#flush_magento"/>
  12. <element name="actionDropDown" type="multiselect" selector="//*[@id='cache_grid_massaction-select']//option[contains(., 'Action')]" timeout="30"/>
  13. <element name="refreshOption" type="multiselect" selector="//*[@id='cache_grid_massaction-select']//option[@value='refresh']" timeout="30"/>
  14. <element name="pageCacheRowCheckbox" type="checkbox" selector="//td[contains(., 'Page Cache')]/..//input[@type='checkbox']"/>
  15. <element name="submit" type="button" selector="//button[@title='Submit']" timeout="30"/>
  16. <element name="massActionSelect" type="select" selector="#cache_grid_massaction-form #cache_grid_massaction-select"/>
  17. <element name="massActionSubmit" type="button" selector="#cache_grid_massaction-form button"/>
  18. <element name="configurationCheckbox" type="checkbox" selector="input[value='config']"/>
  19. <element name="layoutsCheckbox" type="checkbox" selector="input[value='layout']"/>
  20. <element name="blocksHtmlCheckbox" type="checkbox" selector="input[value='block_html']"/>
  21. <element name="collectionsDataCheckbox" type="checkbox" selector="input[value='collections']"/>
  22. <element name="reflectionDataCheckbox" type="checkbox" selector="input[value='reflection']"/>
  23. <element name="databaseDdlCheckbox" type="checkbox" selector="input[value='db_ddl']"/>
  24. <element name="compiledConfigCheckbox" type="checkbox" selector="input[value='compiled_config']"/>
  25. <element name="eavTypesAndAttrsCheckbox" type="checkbox" selector="input[value='eav']"/>
  26. <element name="customerNotificationCheckbox" type="checkbox" selector="input[value='customer_notification']"/>
  27. <element name="integrationsConfigCheckbox" type="checkbox" selector="input[value='config_integration']"/>
  28. <element name="integrationsApiCheckbox" type="checkbox" selector="input[value='config_integration_api']"/>
  29. <element name="pageCacheCheckbox" type="checkbox" selector="input[value='full_page']"/>
  30. <element name="webServicesConfigCheckbox" type="checkbox" selector="input[value='config_webservice']"/>
  31. <element name="translationsCheckbox" type="checkbox" selector="input[value='translate']"/>
  32. </section>
  33. </sections>