Skip to content

Commit 546c701

Browse files
ACQE-7412 [MFTF TESTS] AdminCorrectnessInvoicedItemInBundleProductTest
added flat rate as deafult shipping method
1 parent d253a44 commit 546c701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<argument name="customerVar" defaultValue="CustomerEntityOne"/>
1717
<argument name="customerAddressVar" defaultValue="CustomerAddressSimple"/>
1818
<!--First available shipping method will be selected if value is not passed for shippingMethod-->
19-
<argument name="shippingMethod" defaultValue="" type="string"/>
19+
<argument name="shippingMethod" defaultValue="Flat Rate" type="string"/>
2020
</arguments>
2121

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

0 commit comments

Comments
 (0)