Skip to content

Commit 8a6ee2a

Browse files
committed
ACP2E-114: Checkout process - filled form details missing on billing step
1 parent 020e823 commit 8a6ee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<element name="noQuotesMsg" type="text" selector="#checkout-step-shipping_method div"/>
2323
<element name="price" type="text" selector="//*[@id='checkout-shipping-method-load']//td[@class='col col-price']"/>
2424
<element name="shippingRatePriceByName" type="text" selector="//div[@id='checkout-shipping-method-load']//td[contains(., '{{var1}}')]/..//td//span[contains(@class, 'price')]" parameterized="true"/>
25-
<element name="showShippingVatNumber" type="text" selector="div.shipping-address-item.selected-item"/>
25+
<element name="showShippingVatNumber" type="text" selector="div.shipping-address-item"/>
2626
<element name="showBillingVatNumber" type="text" selector="div.billing-address-details"/>
2727
<element name="showShippingInfoVatNumber" type="text" selector="div.shipping-information-content"/>
2828
</section>

0 commit comments

Comments
 (0)