Skip to content

Commit 2be5602

Browse files
kieuphan2406krissyhiserote
authored andcommitted
MC-34360: [Paypal Express Checkout] Can't place an order if the currency is euro
- Added step to overwrite assertion rate
1 parent 1e11a16 commit 2be5602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
<actionGroup ref="StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" after="LoginToPayPal" stepKey="submitPayment"/>
5858

5959
<waitForElement after="submitPayment" selector="{{CheckoutSuccessMainSection.orderNumber}}" stepKey="waitForOrderNumber"/>
60+
<see selector="{{AdminOrderDetailsInformationSection.orderInformationTable}}" userInput="USD / EUR rate" stepKey="seeEURandUSDRate"/>
61+
<assertEquals stepKey="assertSelectedCategories">
62+
<actualResult type="variable">grabRate</actualResult>
63+
<expectedResult type="array">[USD / EUR rate:]</expectedResult>
64+
</assertEquals>
6065
</test>
6166
</tests>

0 commit comments

Comments
 (0)