Skip to content

Commit 90d209f

Browse files
committed
ACP2E-3169: added test coverage
1 parent 74b5760 commit 90d209f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminOrderCreateAfterHtmlMinificationTest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
<actionGroup ref="AssertAdminPageTitleActionGroup" stepKey="seeDashboardTitle">
4848
<argument name="value" value="Dashboard"/>
4949
</actionGroup>
50-
<actionGroup ref="AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
50+
<actionGroup ref="CreateOrderActionGroup" stepKey="createOrder">
51+
<argument name="product" value="$$createSimpleProduct$$"/>
5152
<argument name="customer" value="$$createSimpleCustomer$$"/>
5253
</actionGroup>
53-
<actionGroup ref="AdminAddSimpleProductToOrderAndCheckCheckboxActionGroup" stepKey="clickAddProducts">
54-
<argument name="product" value="$createSimpleProduct$"/>
55-
</actionGroup>
5654
</test>
5755
</tests>

0 commit comments

Comments
 (0)