File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-2
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 =" CheckoutShippingGuestInfoSection" >
1212 <element name =" email" type =" input" selector =" #customer-email" />
1313 <element name =" firstName" type =" input" selector =" input[name=firstname]" />
2525 <element name =" firstShippingMethod" type =" radio" selector =" .row:nth-of-type(1) .col-method .radio" />
2626 <element name =" shippingBlock" type =" text" selector =" #checkout-step-shipping" />
2727
28-
2928 <!-- Order Summary-->
3029 <element name =" itemInCart" type =" button" selector =" div.items-in-cart div.title" timeout =" 30" />
3130 <element name =" itemInCartActive" type =" button" selector =" div.items-in-cart.active div.title" timeout =" 30" />
You can’t perform that action at this time.
0 commit comments