Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaAPak committed Dec 1, 2020
1 parent e34fc78 commit beb0fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Test/Mftf/Metadata/InvoiceMeta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<contentType>application/json</contentType>
<object key="cartItem" dataType="CartItem">
<field key="quote_id">string</field>
<field key="sku" type="string">string</field>
<field key="qty">integer</field>
</object>
</operation>
</operations>
4 changes: 2 additions & 2 deletions app/code/Magento/Sales/Test/Mftf/Test/AdminCreateInvoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

</before>
<after>
<!-- <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
<deleteData createDataKey="createConfigProduct" stepKey="deleteConfigProduct"/> -->
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
<deleteData createDataKey="createConfigProduct" stepKey="deleteConfigProduct"/>
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
</after>

Expand Down

0 comments on commit beb0fda

Please sign in to comment.