Skip to content

Commit 69ef63a

Browse files
committed
B2B-2469: Improve category children loading
- functional fixes
1 parent 67d6a65 commit 69ef63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/category_product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)->setParentId(
1616
2
1717
)->setPath(
18-
'1/2/3'
18+
'1/2/333'
1919
)->setLevel(
2020
2
2121
)->setAvailableSortBy(

dev/tests/integration/testsuite/Magento/Catalog/_files/category_specific_fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
->setMetaKeywords('Category_en Meta Keywords')
3535
->setMetaDescription('Category_en Meta Description')
3636
->setParentId(2)
37-
->setPath('1/2/3')
37+
->setPath('1/2/10')
3838
->setLevel(2)
3939
->setIsActive(true)
4040
->setPosition(1);

0 commit comments

Comments
 (0)