Skip to content

Commit c22efdc

Browse files
committed
Merge branch 'ACQE-7412' into ACQE-functional-mainline-deployment-ver2
2 parents f02b2f9 + 546be08 commit c22efdc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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

@@ -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"/>

0 commit comments

Comments
 (0)