File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +3
-3
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 =" CheckoutPaymentSection" >
12
12
<element name =" isPaymentSection" type =" text" selector =" //*[@class='opc-progress-bar']/li[contains(@class, '_active') and span[contains(.,'Review & Payments')]]" />
13
13
<element name =" availablePaymentSolutions" type =" text" selector =" #checkout-payment-method-load>div>div>div:nth-child(2)>div.payment-method-title.field.choice" />
48
48
<element name =" ProductOptionsActiveByProductItemName" type =" text" selector =" //div[@class='product-item-details']//strong[@class='product-item-name'][text()='{{var1}}']//ancestor::div[@class='product-item-details']//div[@class='product options active']" parameterized =" true" />
49
49
<element name =" ProductOptionLinkActiveByProductItemName" type =" text" selector =" //div[@class='product-item-details']//strong[@class='product-item-name'][text()='{{var1}}']//ancestor::div[@class='product-item-details']//div[@class='product options active']//a[text() = '{{var2}}']" parameterized =" true" />
50
50
<element name =" shipToInformation" type =" text" selector =" //div[@class='ship-to']//div[@class='shipping-information-content']" />
51
- <element name =" editShipToInformation" type =" button" selector =" //div[@class='ship-to']//button[@class='action action-edit']" />
52
51
<element name =" shippingMethodInformation" type =" text" selector =" //div[@class='ship-via']//div[@class='shipping-information-content']" />
53
- <element name =" editShipMethodInformation" type =" button" selector =" //div[@class='ship-via']//button[@class='action action-edit']" />
52
+ <element name =" editShipToAddress" type =" button" selector =" //div[@class='ship-to']//button[@class='action action-edit']" />
53
+ <element name =" editShippingMethod" type =" button" selector =" //div[@class='ship-via']//button[@class='action action-edit']" />
54
54
<element name =" shippingMethodTitle" type =" text" selector =" //div[text()='Shipping Methods']" />
55
55
<element name =" shippingInformationSection" type =" text" selector =" .ship-to .shipping-information-content" />
56
56
<element name =" paymentMethodTitle" type =" text" selector =" .payment-method-title span" />
You can’t perform that action at this time.
0 commit comments