Skip to content

Commit 13588d8

Browse files
Sahil.kumarSahil.kumar
authored andcommitted
Added new ActionGroup
1 parent 39da766 commit 13588d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontVerifyShipToShipMethodContainsSameDataTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@
8585
<!-- click on Edit button next to "Ship To" Text -->
8686
<click selector="{{CheckoutPaymentSection.editShipToInformation}}" stepKey="clickOnEditButton"/>
8787

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>
9092

9193
<!-- Check that "Ship To" block contains correct information -->
9294
<see selector="{{CheckoutPaymentSection.shipToInformation}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="seeShipToFirstNameAgain" />

0 commit comments

Comments
 (0)