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.
 
 
 
 
 
 

28 lines
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="VariableSection">
  11. <element name="InsertWidget" type="button" selector="#insert_variable"/>
  12. <element name="InsertVariableBtnEnabled" type="button" selector="//button[@id='insert_variable' and not(contains(@class,'disabled'))]"/>
  13. <element name="InsertVariableBtnDisabled" type="button" selector="//button[@id='insert_variable' and contains(@class,'disabled')]"/>
  14. <element name="CancelBtnEnabled" type="button" selector="//button[@class='action-scalable cancel' and not(contains(@class,'disabled'))]"/>
  15. <element name="Close" type="button" selector="#close"/>
  16. <element name="SearchTxtbox" type="input" selector="input[placeholder='Search by keyword']"/>
  17. <element name="ColName" type="text" selector="//table[@class='data-grid data-grid-draggable']/thead/tr/th/span[text()='{{var1}}']" parameterized="true"/>
  18. <element name="Radio" type="input" selector="//input[@type='radio' and contains(@value, '{{var1}}')]" parameterized="true"/>
  19. <element name="VariableRadio" type="input" selector="//div[text()='{{var1}}']/parent::td//preceding-sibling::td/input[@type='radio']" parameterized="true"/>
  20. <element name="VariableInAscSort" type="input" selector="#variable"/>
  21. <element name="VariableInDescSort" type="input" selector="#variable"/>
  22. <element name="Type" type="input" selector="#value"/>
  23. <element name="Code" type="input" selector="#code"/>
  24. <element name="searchResult" type="text" selector="//table/tbody/tr//td/div[text()='{{var1}}']" parameterized="true"/>
  25. <element name="VariableTitle" type="text" selector="//h1[contains(text(), 'Insert Variable')]"/>
  26. </section>
  27. </sections>