Skip to content

Commit ea99547

Browse files
committed
wrap openOrder action with ActionGroup
Please enter the commit message for your changes. Lines starting
1 parent 0c14e5f commit ea99547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545

4646
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>
4747

48-
<amOnPage url="{{AdminOrderPage.url($createGuestCart.return$)}}" stepKey="navigateToOrderPage"/>
48+
<actionGroup ref="AdminOpenOrderByEntityIdActionGroup" stepKey="openOrder">
49+
<argument name="entity_id" value="$createGuestCart.return$"/>
50+
</actionGroup>
4951

5052
<actionGroup ref="AdminCreateInvoiceActionGroup" stepKey="createInvoice"/>
5153

0 commit comments

Comments
 (0)