Skip to content

Commit 48d6fa3

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-71515: Special/lowest price in child of a Configurable Product causes the entire product to show that price
1 parent 907772e commit 48d6fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected function getHighestConfigurablePrice()
171171
protected function verifyPriceLabel()
172172
{
173173
/** @var \Magento\ConfigurableProduct\Test\Block\Product\Price $priceBlock */
174-
$priceBlock = $this->productView->getPriceBlock();
174+
$priceBlock = $this->productView->getPriceBlock($this->product);
175175

176176
$fixtureLowestPrice = $this->getLowestConfigurablePrice();
177177
$fixtureHighestPrice = $this->getHighestConfigurablePrice();

0 commit comments

Comments
 (0)