Skip to content

Commit acff371

Browse files
committed
Storefront available shipping rate is changed on shipping page
updated test steps
1 parent f41c77e commit acff371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<field key="price">10</field>
2323
</createData>
2424
<actionGroup ref="CliEnableFreeShippingMethodActionGroup" stepKey="enableFreeShippingMethod"/>
25-
<actionGroup ref="AdminEnableFreeShippingToSpecificCountriesActionGroup" stepKey="enableToSpecificCountrie"/>
25+
<actionGroup ref="AdminEnableFreeShippingToSpecificCountriesActionGroup" stepKey="enableToSpecificCountries"/>
2626
<actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/>
2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
@@ -66,7 +66,7 @@
6666
<argument name="address" value="US_Address_TX"/>
6767
</actionGroup>
6868
<waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="againWaitForFreeShippingLabelNotVisible"/>
69-
<actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyFlatRateShippingMethodAfterCOuntryChangeToUS"/>
69+
<actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyFlatRateShippingMethodAfterCountryChangeToUS"/>
7070
<actionGroup ref="StorefrontVerifyFedexShippingMethodPricesActionGroup" stepKey="verifyFedexShippingMethodPrices"/>
7171
</test>
7272
</tests>

app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminDisableFedexConfigurationActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
/**
44
* Copyright 2024 Adobe
5-
* All Rights Reserved.
5+
* All Rights Reserved.
66
*/
77
-->
88

0 commit comments

Comments
 (0)