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.
 
 
 
 
 
 

29 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="AdminOrderDetailsInformationSection">
  11. <element name="orderDate" type="text" selector=".order-information table.order-information-table tr:first-of-type > td"/>
  12. <element name="orderStatus" type="text" selector=".order-information table.order-information-table #order_status"/>
  13. <element name="purchasedFrom" type="text" selector=".order-information table.order-information-table tr:last-of-type > td"/>
  14. <element name="accountInformation" type="text" selector=".order-account-information-table"/>
  15. <element name="orderInformationTable" type="block" selector=".order-information-table"/>
  16. <element name="rate" type="text" selector="//table[contains(@class, 'order-information-table')]//th[contains(text(), 'rate:')]"/>
  17. <element name="customerName" type="text" selector=".order-account-information table tr:first-of-type > td span"/>
  18. <element name="customerEmail" type="text" selector=".order-account-information table tr:nth-of-type(2) > td a"/>
  19. <element name="customerGroup" type="text" selector=".order-account-information table tr:nth-of-type(3) > td"/>
  20. <element name="billingAddress" type="text" selector=".order-billing-address"/>
  21. <element name="shippingAddress" type="text" selector=".order-shipping-address"/>
  22. <element name="itemsOrdered" type="text" selector=".edit-order-table"/>
  23. <element name="attributeLabel" type="text" selector="//label[contains(.,'{{attributeLabel}}')]" parameterized="true"/>
  24. <element name="paymentInformation" type="text" selector="//div[@class='order-payment-method-title']"/>
  25. <element name="orderId" type="text" selector="|Order # (\d+)|"/>
  26. </section>
  27. </sections>