Skip to content

Commit 1310d9a

Browse files
committed
MC-42287: Items count is wrong on Category page
1 parent d40868e commit 1310d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest/ProductMultipleStoresTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function (ProductInterface $item) {
123123
* Test import product into multistore system when media is disabled.
124124
*
125125
* @magentoDataFixture Magento/CatalogImportExport/Model/Import/_files/custom_category_store_media_disabled.php
126+
* @magentoDbIsolation enabled
126127
* @return void
127128
*/
128129
public function testProductsWithMultipleStoresWhenMediaIsDisabled(): void
@@ -164,7 +165,6 @@ function ($value) {
164165
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
165166
* @magentoDataFixture Magento/Catalog/Model/Layer/Filter/_files/attribute_with_option.php
166167
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_attribute.php
167-
* @magentoDbIsolation disabled
168168
*/
169169
public function testProductsWithMultipleStores()
170170
{

0 commit comments

Comments
 (0)