Skip to content

Commit 3d5eb25

Browse files
committed
ACQE-7791: [MFTF TEST] StorefrontMultishippingCheckoutWithOnlineShippingMethodTest
- MFTF test fixed by changing the UPS payment method from XML type to REST API type.
1 parent 7da46f5 commit 3d5eb25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Shipping/Test/Mftf/Test/StorefrontMultishippingCheckoutWithOnlineShippingMethodTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<createData entity="Simple_Customer_With_Multiple_Address" stepKey="customer"/>
2727
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2828
<actionGroup ref="AdminEnableUSPSActionGroup" stepKey="enableUSPS"/>
29-
<actionGroup ref="AdminUPSEnableActionGroup" stepKey="enableUPS"/>
29+
<actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodConfigPageForEnablingUPS"/>
30+
<actionGroup ref="AdminEnableUPSActionGroup" stepKey="enableUPS"/>
3031
<actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/>
3132
<actionGroup ref="AdminEnableDHLWithoutSpecificCountryConfigurationActionGroup" stepKey="enableDHL"/>
3233
<!--Set Shipping settings origin data-->

0 commit comments

Comments
 (0)