Skip to content

Commit f54e0e0

Browse files
[ACQE-7512] StorefrontAssertAvailableShippingRateIsChangedBasedOnInputedDataTest
removed price arguments in test and ag
1 parent 7dd7cbd commit f54e0e0

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
<annotations>
1313
<description>Validates that the Fedex Shipping method prices in the checkout page.</description>
1414
</annotations>
15-
<arguments>
16-
<argument name="smartPostPrice" type="string" defaultValue="$17.25"/>
17-
<argument name="groundPrice" type="string" defaultValue="$13.72"/>
18-
<argument name="expressSaverPrice" type="string" defaultValue="$37.97"/>
19-
<argument name="twoDayPrice" type="string" defaultValue="$44.11"/>
20-
<argument name="twoDayAMPrice" type="string" defaultValue="$50.91"/>
21-
<argument name="standardOvernightPrice" type="string" defaultValue="$90.31"/>
22-
<argument name="priorityOvernightPrice" type="string" defaultValue="$100.37"/>
23-
</arguments>
2415
<waitForPageLoad stepKey="waitForPageLoad2" />
2516
<waitForElement selector="{{CheckoutShippingMethodsSection.smartPostFedexMethod}}" stepKey="waitForSmartPostFedexMethod"/>
2617
<grabTextFrom selector="{{CheckoutShippingMethodsSection.smartPostFedexPrice}}" stepKey="smartPostPrice"/>

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@
6868
</actionGroup>
6969
<waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="againWaitForFreeShippingLabelNotVisible"/>
7070
<actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyFlatRateShippingMethodAfterCountryChangeToUS"/>
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>
71+
<actionGroup ref="StorefrontVerifyFedexShippingMethodPricesActionGroup" stepKey="verifyFedexShippingMethodPrices"/>
8072
</test>
8173
</tests>

0 commit comments

Comments
 (0)