@@ -392,7 +392,7 @@ private function updateCategorySortBy(
392
392
/**
393
393
* Test product list ordered by price with out-of-stock configurable product options with elasticsearch engine
394
394
*
395
- * @magentoDataFixture Magento/Catalog/_files/products_with_not_empty_layered_navigation_attributes .php
395
+ * @magentoDataFixture Magento/Catalog/_files/products_with_not_empty_layered_navigation_attribute .php
396
396
* @magentoDataFixture Magento/Framework/Search/_files/product_configurable_with_out-of-stock_child.php
397
397
* @magentoConfigFixture current_store cataloginventory/options/show_out_of_stock 1
398
398
* @magentoConfigFixture default/catalog/search/engine elasticsearch7
@@ -413,7 +413,7 @@ public function testProductListOutOfStockSortOrderWithElasticsearch(
413
413
/**
414
414
* Test product list ordered by price with out-of-stock configurable product options with mysql search engine
415
415
*
416
- * @magentoDataFixture Magento/Catalog/_files/products_with_not_empty_layered_navigation_attributes .php
416
+ * @magentoDataFixture Magento/Catalog/_files/products_with_not_empty_layered_navigation_attribute .php
417
417
* @magentoDataFixture Magento/Framework/Search/_files/product_configurable_with_out-of-stock_child.php
418
418
* @magentoConfigFixture current_store cataloginventory/options/show_out_of_stock 1
419
419
* @magentoConfigFixture default/catalog/search/engine mysql
@@ -447,7 +447,7 @@ public function productListWithOutOfStockSortOrderDataProvider(): array
447
447
'default_order_price_desc ' => [
448
448
'sort ' => 'price ' ,
449
449
'direction ' => Collection::SORT_ORDER_DESC ,
450
- 'expectation ' => ['configurable ' , 'simple3 ' , 'simple2 ' , 'simple1 ' ],
450
+ 'expectation ' => ['simple3 ' , 'simple2 ' , 'simple1 ' , 'configurable ' ],
451
451
],
452
452
];
453
453
}
0 commit comments