Skip to content

Commit f92ce72

Browse files
author
Anna Bukatar
committed
ACP2E-984: Product export uses category names from the Dafaul Store View scope
1 parent cfc465c commit f92ce72

File tree

1 file changed

+3
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Magento\Framework\App\Config\ReinitableConfigInterface;
2222
use Magento\Store\Model\StoreManagerInterface;
2323
use Magento\Store\Test\Fixture\Store as StoreFixture;
24+
use Magento\TestFramework\Fixture\AppArea;
2425
use Magento\TestFramework\Fixture\DataFixture;
2526
use Magento\TestFramework\Fixture\DataFixtureStorage;
2627
use Magento\TestFramework\Fixture\DataFixtureStorageManager;
@@ -818,7 +819,8 @@ private function doExport(array $filters = []): string
818819
}
819820

820821
#[
821-
DbIsolation(true),
822+
AppArea('adminhtml'),
823+
DbIsolation(false),
822824
DataFixture(StoreFixture::class, as: 'store2'),
823825
DataFixture(CategoryFixture::class, as: 'c1'),
824826
DataFixture(ProductFixture::class, ['category_ids' => ['$c1.id$']], 'p1'),

0 commit comments

Comments
 (0)