Skip to content

Commit cfd75cc

Browse files
committed
MC-21542: Category query does not handle disabled children properly
- add test
1 parent 70d3cec commit cfd75cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ public function testCategoriesTree()
7575
children {
7676
level
7777
id
78+
children {
79+
level
80+
id
81+
}
7882
}
7983
}
8084
}

0 commit comments

Comments
 (0)