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 7
7
-->
8
8
9
9
<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" >
11
11
<section name =" AdminOrderFormShippingAddressSection" >
12
12
<element name =" SameAsBilling" type =" checkbox" selector =" #order-shipping_same_as_billing" />
13
13
<element name =" SelectFromExistingCustomerAddress" type =" select" selector =" #order-shipping_address_customer_address_id" />
29
29
<element name =" VatNumber" type =" input" selector =" #order-shipping_address_vat_id" />
30
30
<element name =" ValidateVatNumber" type =" button" selector =" #order-shipping_address_vat_id + .actions>button.action-default" />
31
31
<element name =" SaveAddress" type =" checkbox" selector =" #order-shipping_address_save_in_address_book" />
32
+
32
33
<element name =" firstNameError" type =" text" selector =" #order-shipping_address_firstname-error" />
33
34
<element name =" lastNameError" type =" text" selector =" #order-shipping_address_lastname-error" />
34
35
<element name =" streetAddressError" type =" text" selector =" #order-shipping_address_street0-error" />
You can’t perform that action at this time.
0 commit comments