CustomVariableSection.xml 1.0 KB

123456789101112131415161718192021
  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="CustomVariableSection">
  11. <element name="GridCustomVariableCode" type="text" selector=".//*[@id='customVariablesGrid_table']/tbody//tr//td[contains(text(), '{{var1}}')]" parameterized="true"/>
  12. <element name="variableCode" type="input" selector="#code"/>
  13. <element name="variableName" type="input" selector="#name"/>
  14. <element name="variableHTML" type="input" selector="#html_value"/>
  15. <element name="variablePlain" type="input" selector="#plain_value"/>
  16. <element name="saveCustomVariable" type="button" selector="#save"/>
  17. <element name="delete" type="button" selector="#delete"/>
  18. <element name="confirmDelete" type="button" selector=".action-primary.action-accept"/>
  19. </section>
  20. </sections>