diff --git a/dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php b/dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php index e1a41c665bbf..c292853ad757 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php @@ -437,7 +437,7 @@ public function productListWithOutOfStockSortOrderDataProvider(): array 'default_order_price_desc' => [ 'sort' => 'price', 'direction' => Collection::SORT_ORDER_DESC, - 'expectation' => ['simple3', 'simple2', 'simple1', 'configurable'], + 'expectation' => ['configurable', 'simple3', 'simple2', 'simple1'], ], ]; }