Skip to content

Commit 98838d9

Browse files
committed
Merge remote-tracking branch 'origin/MQE-2553' into 2.4-develop-sidecar-pr18
2 parents 0685857 + 03bd60f commit 98838d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

InventorySales/Test/Integration/Order/PlaceOrderOnAdditionalStockTest.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* Class to test place order to additional stock
3434
*
3535
* @magentoAppArea adminhtml
36+
* @magentoAppIsolation enabled
3637
*/
3738
class PlaceOrderOnAdditionalStockTest extends AbstractBackendController
3839
{
@@ -192,8 +193,12 @@ public function testReservationUpdatedAfterSkuChanged(): void
192193
$oldSku = 'SKU-1';
193194
$newSku = 'new-sku';
194195

195-
$this->executeInStoreContext
196-
->execute('store_for_eu_website', [$this, 'placeOrder'], $oldSku, 4);
196+
$this->orderIdToDelete = $this->executeInStoreContext->execute(
197+
'store_for_eu_website',
198+
[$this, 'placeOrder'],
199+
$oldSku,
200+
4
201+
);
197202

198203
$this->updateProductSku($oldSku, $newSku);
199204
$this->productSkuToDelete = $newSku;

0 commit comments

Comments
 (0)