AdminInvoicePaymentShippingSection.xml 1.3 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="AdminInvoicePaymentShippingSection">
  11. <element name="PaymentMethod" type="text" selector=".order-payment-method .order-payment-method-title"/>
  12. <element name="CurrencyInformation" type="text" selector=".order-payment-method .order-payment-currency"/>
  13. <element name="PaymentAdditional" type="text" selector=".order-payment-method .order-payment-additional"/>
  14. <element name="ShippingMethod" type="text" selector=".order-shipping-address .shipping-description-title"/>
  15. <element name="ShippingPrice" type="text" selector=".order-shipping-address .shipping-description-content .price"/>
  16. <element name="CreateShipment" type="checkbox" selector=".order-shipping-address input[name='invoice[do_shipment]']"/>
  17. <element name="getShippingMethodAndRates" type="button" selector="//span[text()='Get shipping methods and rates']"/>
  18. <element name="shippingMethod" type="button" selector="//label[contains(text(), 'Fixed')]"/>
  19. </section>
  20. </sections>