File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 85
85
<!-- click on Edit button next to "Ship To" Text -->
86
86
<click selector =" {{CheckoutPaymentSection.editShipToInformation}}" stepKey =" clickOnEditButton" />
87
87
88
- <!-- Fill Shipping Form -->
89
- <actionGroup ref =" ShipmentFormFreeShippingActionGroup" stepKey =" shipmentFormFreeShippingActionGroup" />
88
+ <actionGroup ref =" GuestCheckoutFillingShippingSectionActionGroup" stepKey =" guestCheckoutFillingShippingSectionAgain" >
89
+ <argument name =" customerVar" value =" CustomerEntityOne" />
90
+ <argument name =" customerAddressVar" value =" CustomerAddressSimple" />
91
+ </actionGroup >
90
92
91
93
<!-- Check that "Ship To" block contains correct information -->
92
94
<see selector =" {{CheckoutPaymentSection.shipToInformation}}" userInput =" {{CustomerEntityOne.firstname}}" stepKey =" seeShipToFirstNameAgain" />
You can’t perform that action at this time.
0 commit comments