Skip to content

Commit 2296d84

Browse files
author
Valeriy Nayda
committed
GraphQL-175: Improve graphql product pagination
-- Remove API-functional tests due to sort order and pagination functionality is covered by testQueryProductsSortedByNameASC
1 parent 541098b commit 2296d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ public function testQueryProductsInCurrentPageSortedByPriceASC()
480480
*
481481
* @magentoApiDataFixture Magento/Catalog/_files/multiple_mixed_products_2.php
482482
*/
483-
public function testFilterProductsByNameASC()
483+
public function testQueryProductsSortedByNameASC()
484484
{
485485
$query
486486
= <<<QUERY

0 commit comments

Comments
 (0)