Skip to content

Commit

Permalink
1163: CreateCreditMemoEntityTest rework to support MSI reservation me…
Browse files Browse the repository at this point in the history
…chanism.
  • Loading branch information
nmalevanec committed Jun 15, 2018
1 parent 55256fa commit f53c620
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
<scenario name="CreateCreditMemoEntityTest" firstStep="setupConfiguration">
<step name="setupConfiguration" module="Magento_Config" next="createOrder" />
<step name="createOrder" module="Magento_Sales" next="createInvoice" />
<step name="createInvoice" module="Magento_Sales" next="createCreditMemo" />
<step name="createInvoice" module="Magento_Sales" next="createShipment" />
<step name="createShipment" module="Magento_Sales" next="createCreditMemo" />
<step name="createCreditMemo" module="Magento_Sales" />
</scenario>
</config>

0 comments on commit f53c620

Please sign in to comment.