Skip to content

Commit

Permalink
MC-30456: Test ProductAlertTest is failing
Browse files Browse the repository at this point in the history
- added app area
  • Loading branch information
odubovyk committed Jan 15, 2020
1 parent f22de97 commit fd62cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InventoryProductAlert/Test/Integration/ProductAlertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit fd62cd7

Please sign in to comment.