File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1641,11 +1641,6 @@ public function testSearchAndSortByRelevance()
1641
1641
$ this ->assertEquals ('Colorful Category ' , $ response ['products ' ]['filters ' ][0 ]['filter_items ' ][0 ]['label ' ]);
1642
1642
$ this ->assertCount (2 , $ response ['products ' ]['aggregations ' ]);
1643
1643
$ productsInResponse = ['Blue briefs ' ,'Navy Blue Striped Shoes ' ,'Grey shorts ' ];
1644
- /** @var \Magento\Config\Model\Config $config */
1645
- $ config = Bootstrap::getObjectManager ()->get (\Magento \Config \Model \Config::class);
1646
- // if (strpos($config->getConfigDataValue('catalog/search/engine'), 'elasticsearch') !== false) {
1647
- // $this->markTestIncomplete('MC-20716');
1648
- // }
1649
1644
$ count = count ($ response ['products ' ]['items ' ]);
1650
1645
for ($ i = 0 ; $ i < $ count ; $ i ++) {
1651
1646
$ this ->assertEquals ($ productsInResponse [$ i ], $ response ['products ' ]['items ' ][$ i ]['name ' ]);
You can’t perform that action at this time.
0 commit comments