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 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 =" CheckoutShippingGuestInfoSection" >
12
12
<element name =" email" type =" input" selector =" #customer-email" />
13
13
<element name =" firstName" type =" input" selector =" input[name=firstname]" />
25
25
<element name =" firstShippingMethod" type =" radio" selector =" .row:nth-of-type(1) .col-method .radio" />
26
26
<element name =" shippingBlock" type =" text" selector =" #checkout-step-shipping" />
27
27
28
-
29
28
<!-- Order Summary-->
30
29
<element name =" itemInCart" type =" button" selector =" div.items-in-cart div.title" timeout =" 30" />
31
30
<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