Skip to content

Commit 07a3735

Browse files
committed
added AddSimpleProductToOrderActionGroup
1 parent fcf7f66 commit 07a3735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminVerifyAppendCommentsCheckBoxCheckedWhenShippingMethodIsSelectedTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3636
</after>
3737
<!-- Create order -->
38-
<actionGroup ref="NavigateToNewOrderPageExistingCustomerActionGroup" stepKey="goToCreateOrderPage">
39-
<argument name="customer" value="$$createCustomer$$"/>
38+
<actionGroup ref="AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
39+
<argument name="customer" value="$createCustomer$"/>
4040
</actionGroup>
4141
<!-- Add product to order -->
4242
<actionGroup ref="AddSimpleProductToOrderActionGroup" stepKey="addProductToOrder">

0 commit comments

Comments
 (0)