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 d253a44 commit 546c701Copy full SHA for 546c701
app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillingShippingSectionActionGroup.xml
@@ -16,7 +16,7 @@
16
<argument name="customerVar" defaultValue="CustomerEntityOne"/>
17
<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"/>
+ <argument name="shippingMethod" defaultValue="Flat Rate" type="string"/>
20
</arguments>
21
22
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailField"/>
0 commit comments