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 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 =" CheckoutPaymentSection" >
1212 <element name =" isPaymentSection" type =" text" selector =" //*[@class='opc-progress-bar']/li[contains(@class, '_active') and span[contains(.,'Review & Payments')]]" />
1313 <element name =" availablePaymentSolutions" type =" text" selector =" #checkout-payment-method-load>div>div>div:nth-child(2)>div.payment-method-title.field.choice" />
4848 <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" />
4949 <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" />
5050 <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']" />
5251 <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']" />
5454 <element name =" shippingMethodTitle" type =" text" selector =" //div[text()='Shipping Methods']" />
5555 <element name =" shippingInformationSection" type =" text" selector =" .ship-to .shipping-information-content" />
5656 <element name =" paymentMethodTitle" type =" text" selector =" .payment-method-title span" />
You can’t perform that action at this time.
0 commit comments