Skip to content

Commit beb0fda

Browse files
committed
refactored
1 parent e34fc78 commit beb0fda

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/Sales/Test/Mftf/Metadata/InvoiceMeta.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<contentType>application/json</contentType>
1313
<object key="cartItem" dataType="CartItem">
1414
<field key="quote_id">string</field>
15-
<field key="sku" type="string">string</field>
16-
<field key="qty">integer</field>
1715
</object>
1816
</operation>
1917
</operations>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
</before>
4545
<after>
46-
<!-- <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
47-
<deleteData createDataKey="createConfigProduct" stepKey="deleteConfigProduct"/> -->
46+
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
47+
<deleteData createDataKey="createConfigProduct" stepKey="deleteConfigProduct"/>
4848
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
4949
</after>
5050

0 commit comments

Comments
 (0)