Skip to content

Commit a53cef0

Browse files
author
Prabhu Ram
committed
MC-33272: Fix QuickOrder Suggest in b2b to work with Elasticsearch
- static fix
1 parent 503a811 commit a53cef0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,11 +1641,6 @@ public function testSearchAndSortByRelevance()
16411641
$this->assertEquals('Colorful Category', $response['products']['filters'][0]['filter_items'][0]['label']);
16421642
$this->assertCount(2, $response['products']['aggregations']);
16431643
$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-
// }
16491644
$count = count($response['products']['items']);
16501645
for ($i = 0; $i < $count; $i++) {
16511646
$this->assertEquals($productsInResponse[$i], $response['products']['items'][$i]['name']);

0 commit comments

Comments
 (0)