Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

29 řádky
2.0 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="AdminUrlRewriteEditSection">
  11. <element name="createCustomUrlRewrite" type="select" selector="//select[@id='entity-type-selector']" />
  12. <element name="createCustomUrlRewriteValue" type="text" selector="//select[@id='entity-type-selector']/option[contains(.,'{{var}}')]" parameterized="true"/>
  13. <element name="store" type="select" selector="//select[@id='store_id']"/>
  14. <element name="storeValue" type="select" selector="//select[@id='store_id']//option[contains(., '{{var}}')]" parameterized="true" />
  15. <element name="requestPath" type="input" selector="//input[@id='request_path']"/>
  16. <element name="targetPath" type="input" selector="//input[@id='target_path']"/>
  17. <element name="redirectType" type="select" selector="//select[@id='redirect_type']"/>
  18. <element name="redirectTypeValue" type="select" selector="//select[@id='redirect_type']//option[contains(., '{{Var}}')]" parameterized="true"/>
  19. <element name="description" type="input" selector="#description"/>
  20. <element name="categoryInTree" type="text" selector="//li[contains(@class,'active-category jstree')]/a[contains(., '{{categoryName}}')]" parameterized="true"/>
  21. <element name="cmsPage" selector="//td[contains(text(), '{{cmsPageUrlKey}}')]" type="button" parameterized="true"/>
  22. <element name="saveButton" type="button" selector="#save" timeout="30"/>
  23. <element name="deleteButton" type="button" selector="#delete" timeout="30"/>
  24. <element name="okButton" type="button" selector="//button[@class='action-primary action-accept']" timeout="30"/>
  25. <element name="requestPathField" type="input" selector="#request_path"/>
  26. </section>
  27. </sections>