Skip to content

Commit 4d5f0b8

Browse files
committed
Merge branch 'ACQE-7380' into functional-tests-mainline-deployment-ver4
2 parents 1131622 + 937745d commit 4d5f0b8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/code/Magento/Fedex/Test/Mftf/Test/StorefrontAssertAvailableShippingRateIsChangedBasedOnInputedDataTest.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@
6868
</actionGroup>
6969
<waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="againWaitForFreeShippingLabelNotVisible"/>
7070
<actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyFlatRateShippingMethodAfterCountryChangeToUS"/>
71-
<actionGroup ref="StorefrontVerifyFedexShippingMethodPricesActionGroup" stepKey="verifyFedexShippingMethodPrices"/>
71+
<actionGroup ref="StorefrontVerifyFedexShippingMethodPricesActionGroup" stepKey="verifyFedexShippingMethodPrices">
72+
<argument name="smartPostPrice" value="$15.93"/>
73+
<argument name="groundPrice" value="$13.72"/>
74+
<argument name="expressSaverPrice" value="$35.87"/>
75+
<argument name="twoDayPrice" value="$42.01"/>
76+
<argument name="twoDayAMPrice" value="$48.81"/>
77+
<argument name="standardOvernightPrice" value="$88.21"/>
78+
<argument name="priorityOvernightPrice" value="$98.27"/>
79+
</actionGroup>
7280
</test>
7381
</tests>

0 commit comments

Comments
 (0)