Skip to content

Commit e39e8d4

Browse files
committed
MAGETWO-39663: Product save through API service is not visible on frontend(direct url, category page)
- fixed integration test
1 parent 149a936 commit e39e8d4

File tree

1 file changed

+5
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/_files

1 file changed

+5
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/_files/products_base.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
'simple-' . $productId
9090
)->setPrice(
9191
$price
92+
)->setStockData(
93+
[
94+
'qty' => 100,
95+
'is_in_stock' => 1,
96+
]
9297
)->setWeight(
9398
18
9499
)->setCategoryIds(

0 commit comments

Comments
 (0)