Skip to content

Commit 865004b

Browse files
author
Stanislav Idolov
authored
ENGCOM-2028: 1163: CreateCreditMemoEntityTest rework to support MSI reservation mechanism. #16170
2 parents 8835207 + c042e43 commit 865004b

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Sales/Test/etc

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/etc/testcase.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
<scenario name="CreateCreditMemoEntityTest" firstStep="setupConfiguration">
147147
<step name="setupConfiguration" module="Magento_Config" next="createOrder" />
148148
<step name="createOrder" module="Magento_Sales" next="createInvoice" />
149-
<step name="createInvoice" module="Magento_Sales" next="createCreditMemo" />
149+
<step name="createInvoice" module="Magento_Sales" next="createShipment" />
150+
<step name="createShipment" module="Magento_Sales" next="createCreditMemo" />
150151
<step name="createCreditMemo" module="Magento_Sales" />
151152
</scenario>
152153
</config>

0 commit comments

Comments
 (0)