Skip to content

Commit 48c75bc

Browse files
committed
ACPT-745: Async Order - Sync Stock Reservation
- Fix mftf test;
1 parent 6961772 commit 48c75bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

InventorySalesAsyncOrder/Test/Mftf/Test/AsyncOrderStockReservationRollbackTest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<description value="Salable Qty of the product has to be rolled back if the order had been Rejected"/>
1515
<severity value="MAJOR"/>
1616
<testCaseId value="ACPT-928"/>
17-
<group value="msi_ee" />
18-
<group value="single_mode" />
17+
<group value="async_checkout"/>
18+
<group value="async_checkout_msi_ee"/>
1919
</annotations>
2020
<before>
2121
<!-- Create Product and Category for Order Placement -->

InventorySalesAsyncOrder/Test/Mftf/Test/AsyncOrderWithAsyncStockReservationTest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<description value="Product Salable Qty has to be decreased only after the order is processed by the consumer"/>
1515
<severity value="MAJOR"/>
1616
<testCaseId value="ACPT-930"/>
17-
<group value="msi_ee" />
18-
<group value="single_mode" />
17+
<group value="async_checkout"/>
18+
<group value="async_checkout_msi_ee"/>
1919
</annotations>
2020
<before>
2121
<!-- Enable Deferred Stock Update -->

0 commit comments

Comments
 (0)