Skip to content

Commit f8c3821

Browse files
committed
BUG#AC-434-[Integration] Magento\Catalog\Block\Product\ListProduct\SortingTest failure on 2.4-develop-issue is fixed
1 parent 9341053 commit f8c3821

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ private function updateCategorySortBy(
392392
/**
393393
* Test product list ordered by price with out-of-stock configurable product options with elasticsearch engine
394394
*
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
396396
* @magentoDataFixture Magento/Framework/Search/_files/product_configurable_with_out-of-stock_child.php
397397
* @magentoConfigFixture current_store cataloginventory/options/show_out_of_stock 1
398398
* @magentoConfigFixture default/catalog/search/engine elasticsearch7
@@ -413,7 +413,7 @@ public function testProductListOutOfStockSortOrderWithElasticsearch(
413413
/**
414414
* Test product list ordered by price with out-of-stock configurable product options with mysql search engine
415415
*
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
417417
* @magentoDataFixture Magento/Framework/Search/_files/product_configurable_with_out-of-stock_child.php
418418
* @magentoConfigFixture current_store cataloginventory/options/show_out_of_stock 1
419419
* @magentoConfigFixture default/catalog/search/engine mysql
@@ -447,7 +447,7 @@ public function productListWithOutOfStockSortOrderDataProvider(): array
447447
'default_order_price_desc' => [
448448
'sort' => 'price',
449449
'direction' => Collection::SORT_ORDER_DESC,
450-
'expectation' => ['configurable', 'simple3', 'simple2', 'simple1'],
450+
'expectation' => ['simple3', 'simple2', 'simple1', 'configurable'],
451451
],
452452
];
453453
}

0 commit comments

Comments
 (0)