From fd62cd762f5e629296ebd1694ff8ea8e31efc72b Mon Sep 17 00:00:00 2001 From: Oleksandr Dubovyk Date: Wed, 15 Jan 2020 13:09:53 -0600 Subject: [PATCH] MC-30456: Test ProductAlertTest is failing - added app area --- InventoryProductAlert/Test/Integration/ProductAlertTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InventoryProductAlert/Test/Integration/ProductAlertTest.php b/InventoryProductAlert/Test/Integration/ProductAlertTest.php index ef50714cfca6..a37c8ab2664b 100644 --- a/InventoryProductAlert/Test/Integration/ProductAlertTest.php +++ b/InventoryProductAlert/Test/Integration/ProductAlertTest.php @@ -105,7 +105,7 @@ public function testAlertsBothSourceItemsOutOfStock() * @magentoDataFixture ../../../../app/code/Magento/InventoryProductAlert/Test/_files/product_alert_eu_website_customer.php * @magentoConfigFixture default_store catalog/productalert/allow_stock 1 * @magentoConfigFixture store_for_eu_website_store catalog/productalert/allow_stock 1 - * + * @magentoAppArea frontend * @magentoDbIsolation disabled */ public function testAlertsOneSourceItemInStock() @@ -147,7 +147,7 @@ public function testAlertsOneSourceItemInStock() * @magentoDataFixture ../../../../app/code/Magento/InventoryProductAlert/Test/_files/product_alert_eu_website_customer.php * @magentoConfigFixture default_store catalog/productalert/allow_stock 1 * @magentoConfigFixture store_for_eu_website_store catalog/productalert/allow_stock 1 - * + * @magentoAppArea frontend * @magentoDbIsolation disabled */ public function testAlertsBothSourceItemsInStock()