Skip to content

Commit 638f050

Browse files
committed
ACP2E-1093: changes are not needed in AdminOrderFormShippingAddressSection.xml
1 parent 1957a14 commit 638f050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormShippingAddressSection.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminOrderFormShippingAddressSection">
1212
<element name="SameAsBilling" type="checkbox" selector="#order-shipping_same_as_billing"/>
1313
<element name="SelectFromExistingCustomerAddress" type="select" selector="#order-shipping_address_customer_address_id"/>
@@ -29,6 +29,7 @@
2929
<element name="VatNumber" type="input" selector="#order-shipping_address_vat_id"/>
3030
<element name="ValidateVatNumber" type="button" selector="#order-shipping_address_vat_id + .actions>button.action-default"/>
3131
<element name="SaveAddress" type="checkbox" selector="#order-shipping_address_save_in_address_book"/>
32+
3233
<element name="firstNameError" type="text" selector="#order-shipping_address_firstname-error"/>
3334
<element name="lastNameError" type="text" selector="#order-shipping_address_lastname-error"/>
3435
<element name="streetAddressError" type="text" selector="#order-shipping_address_street0-error"/>

0 commit comments

Comments
 (0)