Skip to content

Commit b23cad2

Browse files
committed
refactored
1 parent 3d5060f commit b23cad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<testCaseId value="MAGETWO-72096"/>
1919
<group value="sales"/>
2020
<skip>
21-
<issueID value="DEPRECATED">Use AdminInvoiceOrderTest instead</issueID>
21+
<issueId value="DEPRECATED">Use AdminInvoiceOrderTest instead</issueId>
2222
</skip>
2323
</annotations>
2424
<before>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>
4747

4848
<actionGroup ref="AdminOpenOrderByEntityIdActionGroup" stepKey="openOrder">
49-
<argument name="entity_id" value="$createGuestCart.return$"/>
49+
<argument name="entityId" value="$createGuestCart.return$"/>
5050
</actionGroup>
5151

5252
<actionGroup ref="AdminCreateInvoiceActionGroup" stepKey="createInvoice"/>

0 commit comments

Comments
 (0)