Skip to content

Commit fd25a3d

Browse files
committed
MAGETWO-72312: Incorrect count for category filter at layered navigation for configurable with no available options
1 parent c4cb2d6 commit fd25a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/ProductsCountInLayeredNavigationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function test(
9292
// Disable configurable options
9393
if ($disableFromProductsGreed) {
9494
$this->catalogProductIndex->open();
95+
$this->catalogProductIndex->getProductGrid()->sortByColumn('ID');
9596
$this->catalogProductIndex->getProductGrid()->massaction(
9697
array_map(
9798
function ($assignedProduct) {

0 commit comments

Comments
 (0)