Skip to content

Commit 7452f3f

Browse files
committed
Update CheckoutPaymentSection.xml
ACQE-3955 - shippingMethodInformation element is not using any where in testcase. so, removing element.
1 parent b1eb9e6 commit 7452f3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutPaymentSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
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']" />
5151
<element name="editShipToInformation" type="button" selector="//div[@class='ship-to']//button[@class='action action-edit']"/>
52-
<element name="shippingMethodInformation" type="text" selector="//div[@class='ship-via']//div[@class='shipping-information-content']"/>
5352
<element name="editShipMethodInformation" type="button" selector="//div[@class='ship-via']//button[@class='action action-edit']"/>
5453
<element name="shippingMethodTitle" type="text" selector="//div[text()='Shipping Methods']"/>
5554
<element name="shippingInformationSection" type="text" selector=".ship-to .shipping-information-content" />

0 commit comments

Comments
 (0)