Skip to content

Commit 117bdf1

Browse files
committed
B2B-2006: [Test] Unstable LayeredNavigation integration tests
1 parent 60637c2 commit 117bdf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultipleFiltersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testGetMultipleActiveFilters(
4848
);
4949
$this->navigationBlock->setLayout($this->layout);
5050
$resultProducts = $this->getProductSkus($this->navigationBlock->getLayer()->getProductCollection());
51-
$this->assertEquals($expectedProducts, $resultProducts);
51+
$this->assertEqualsCanonicalizing($expectedProducts, $resultProducts);
5252
}
5353

5454
/**

dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultipleFiltersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testGetMultipleActiveFilters(
4545
);
4646
$this->navigationBlock->setLayout($this->layout);
4747
$resultProducts = $this->getProductSkus($this->navigationBlock->getLayer()->getProductCollection());
48-
$this->assertEquals($expectedProducts, $resultProducts);
48+
$this->assertEqualsCanonicalizing($expectedProducts, $resultProducts);
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)