Skip to content

Commit cfceddb

Browse files
committed
ACQE-7412 [MFTF TESTS] AdminCorrectnessInvoicedItemInBundleProductTest
1 parent 685053e commit cfceddb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
<arguments>
1616
<argument name="customerVar" defaultValue="CustomerEntityOne"/>
1717
<argument name="customerAddressVar" defaultValue="CustomerAddressSimple"/>
18-
<!--First available shipping method will be selected if value is not passed for shippingMethod-->
19-
<argument name="shippingMethod" defaultValue="" type="string"/>
18+
<argument name="shippingMethod" defaultValue="Flat Rate" type="string"/>
2019
</arguments>
2120

2221
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailField"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontVerifyShipToShipMethodContainsSameDataTest.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 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -69,6 +69,7 @@
6969
<waitForElementVisible selector="{{CheckoutPaymentSection.editShipToAddress}}" stepKey="waitForEditButtonToBeVisible"/>
7070
<click selector="{{CheckoutPaymentSection.editShipToAddress}}" stepKey="clickOnEditButton"/>
7171
<actionGroup ref="GuestCheckoutFillingShippingSectionActionGroup" stepKey="guestCheckoutFillingShippingSectionAgain">
72+
<argument name="shippingMethod" value="Free Shipping"/>
7273
<argument name="customerVar" value="CustomerEntityOne"/>
7374
<argument name="customerAddressVar" value="CustomerAddressSimple"/>
7475
</actionGroup>

0 commit comments

Comments
 (0)