CatalogSection.xml 1.5 KB

12345678910111213141516171819202122232425
  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="CatalogSection">
  11. <element name="storefront" type="select" selector="#catalog_frontend-head"/>
  12. <element name="CheckIfTabExpand" type="button" selector="#catalog_frontend-head:not(.open)"/>
  13. <element name="price" type="button" selector="#catalog_price-head"/>
  14. <element name="checkIfPriceExpand" type="button" selector="//a[@id='catalog_price-head' and @class='open']"/>
  15. <element name="catalogPriceScope" type="select" selector="#catalog_price_scope"/>
  16. <element name="catalogPriceScopeValue" type="select" selector="//select[@id='catalog_price_scope']/option[text()='{{args}}']" parameterized="true"/>
  17. <element name="defaultProductPrice" type="input" selector="#catalog_price_default_product_price"/>
  18. <element name="save" type="button" selector="#save"/>
  19. <element name="flatCatalogCategoryCheckBox" type="checkbox" selector="#catalog_frontend_flat_catalog_category_inherit"/>
  20. <element name="flatCatalogCategory" type="select" selector="#catalog_frontend_flat_catalog_category"/>
  21. <element name="flatCatalogProduct" type="select" selector="#catalog_frontend_flat_catalog_product"/>
  22. <element name="successMessage" type="text" selector="#messages"/>
  23. </section>
  24. </sections>