Skip to content

Commit 48377cd

Browse files
[ACQE-7412] mftf test fix
fixed GuestCustomerCreatedOrderWithSimpleProductFromHomepageWithFreeShippingMethodTest by passing free shipping argument in test case
1 parent 1ef984c commit 48377cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

InventoryAdminUi/Test/Mftf/Test/GuestCustomerCreatedOrderWithSimpleProductFromHomepageWithFreeShippingMethodTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2024 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -66,6 +66,7 @@
6666
<actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="navigateToCheckout"/>
6767
<waitForPageLoad stepKey="waitFroPaymentSelectionPageLoad"/>
6868
<actionGroup ref="GuestCheckoutFillingShippingSectionActionGroup" stepKey="fillAddress">
69+
<argument name="shippingMethod" value="Free Shipping"/>
6970
<argument name="customerVar" value="MsiCustomer1"/>
7071
<argument name="customerAddressVar" value="CustomerAddressSimple"/>
7172
</actionGroup>

0 commit comments

Comments
 (0)