AdminShipmentOrderInformationSection.xml 1.2 KB

1234567891011121314151617181920
  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="AdminShipmentOrderInformationSection">
  11. <element name="orderId" type="text" selector="div.order-information span.title > a" timeout="30"/>
  12. <element name="orderDate" type="text" selector=".order-information table.order-information-table tr:first-of-type > td"/>
  13. <element name="orderStatus" type="text" selector=".order-information table.order-information-table #order_status"/>
  14. <element name="purchasedFrom" type="text" selector=".order-information table.order-information-table tr:last-of-type > td"/>
  15. <element name="customerName" type="text" selector=".order-account-information table tr:first-of-type > td span"/>
  16. <element name="customerEmail" type="text" selector=".order-account-information table tr:nth-of-type(2) > td a"/>
  17. <element name="customerGroup" type="text" selector=".order-account-information table tr:nth-of-type(3) > td"/>
  18. </section>
  19. </sections>