We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc08cc commit 71c7ab6Copy full SHA for 71c7ab6
app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillingShippingSectionActionGroup.xml
@@ -15,7 +15,8 @@
15
<arguments>
16
<argument name="customerVar" defaultValue="CustomerEntityOne"/>
17
<argument name="customerAddressVar" defaultValue="CustomerAddressSimple"/>
18
- <argument name="shippingMethod" defaultValue="Flat Rate" type="string"/>
+ <!--First available shipping method will be selected if value is not passed for shippingMethod-->
19
+ <argument name="shippingMethod" defaultValue="" type="string"/>
20
</arguments>
21
22
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailField"/>
0 commit comments