File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Sales/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" />
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" />
You can’t perform that action at this time.
0 commit comments