123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
- <section name="AdminShipmentAddressInformationSection">
- <element name="billingAddress" type="text" selector=".order-billing-address address"/>
- <element name="billingAddressEdit" type="button" selector=".order-billing-address .actions a"/>
- <element name="shippingAddress" type="text" selector=".order-shipping-address address"/>
- <element name="shippingAddressEdit" type="button" selector=".order-shipping-address .actions a"/>
- <element name="goToShippingInformation" type="button" selector="//button[@title='Go to Shipping Information']"/>
- </section>
- </sections>
|