Skip to content

Commit 74e52a8

Browse files
committed
ACP2E-862: Cash on Delivery method is visible even if it is not allowed for that particular country
1 parent 9de2bef commit 74e52a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<element name="productOptionsActiveByProductItemPrice" type="text" selector="//div[@class='subtotal']//span[@class='price'][contains(.,'{{price}}')]//ancestor::div[@class='product-item-details']//div[@class='product options active']" parameterized="true"/>
5353
<element name="productItemPriceByName" type="text" selector="//div[@class='product-item-details'][contains(., '{{ProductName}}')]//span[@class='price']" parameterized="true"/>
5454
<element name="tax" type="text" selector="[data-th='Tax'] span" timeout="30"/>
55-
<element name="taxPercentage" type="text" selector=".totals-tax-detailsStorefrontCashOnDeliveryPaymentForSpecificCountryTest.xml .mark"/>
55+
<element name="taxPercentage" type="text" selector=".totals-tax-details .mark"/>
5656
<element name="orderSummaryTotalIncluding" type="text" selector="//tr[@class='grand totals incl']//span[@class='price']" />
5757
<element name="orderSummaryTotalExcluding" type="text" selector="//tr[@class='grand totals excl']//span[@class='price']" />
5858
<element name="myShippingAndBillingAddressSame" type="input" selector=".billing-address-same-as-shipping-block"/>

0 commit comments

Comments
 (0)