Skip to content

Commit 893910e

Browse files
committed
MC-35016: Out of stock products doesn't filter properly using "price" filter
1 parent 1ff3859 commit 893910e

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public function productListWithOutOfStockSortOrderDataProvider(): array
439439
'default_order_price_desc' => [
440440
'sort' => 'price',
441441
'direction' => Collection::SORT_ORDER_DESC,
442-
'expectation' => ['simple3', 'simple2', 'simple1', 'configurable'],
442+
'expectation' => ['configurable', 'simple3', 'simple2', 'simple1'],
443443
],
444444
];
445445
}

0 commit comments

Comments
 (0)