Skip to content

Commit 2d8be9c

Browse files
committed
refactored
1 parent b23cad2 commit 2d8be9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@
3535
<updateData createDataKey="createGuestCart" entity="GuestOrderPaymentMethod" stepKey="sendGuestPaymentInformation">
3636
<requiredEntity createDataKey="createGuestCart"/>
3737
</updateData>
38+
39+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
40+
3841
</before>
3942

4043
<after>
4144
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
4245
<deleteData createDataKey="createSimpleProductApi" stepKey="deleteSimpleProductApi"/>
4346
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
4447
</after>
45-
46-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>
4748

4849
<actionGroup ref="AdminOpenOrderByEntityIdActionGroup" stepKey="openOrder">
4950
<argument name="entityId" value="$createGuestCart.return$"/>

0 commit comments

Comments
 (0)