We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c235ba6 commit 70d3cecCopy full SHA for 70d3cec
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryListTest.php
@@ -219,6 +219,7 @@ public function testQueryChildCategoriesWithProductsDisabled()
219
categoryList(filters: {ids: {in: ["3"]}}){
220
id
221
name
222
+ image
223
url_key
224
url_path
225
description
@@ -231,6 +232,7 @@ public function testQueryChildCategoriesWithProductsDisabled()
231
232
}
233
children{
234
235
236
237
238
products{
@@ -242,6 +244,7 @@ public function testQueryChildCategoriesWithProductsDisabled()
242
244
243
245
246
247
248
249
250
0 commit comments