You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php
+58-1Lines changed: 58 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ public function testFilterProductsWithinSpecificPriceRangeSortedByNameDesc()
82
82
}
83
83
84
84
/**
85
-
* Request items that are visible in Catalog, Search or Both matching SKU or NAME and price < $60 with a special price and weight = 1 sorted by price in DESC
85
+
* Requesting for items that are visible in Catalog, Search or Both matching SKU or NAME
86
+
* and price < $60 with a special price and weight = 1 sorted by price in DESC
0 commit comments