We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc35bb commit eb5a041Copy full SHA for eb5a041
dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/Price.php
@@ -18,7 +18,7 @@ class Price extends \Magento\Catalog\Test\Block\AbstractPriceBlock
18
*/
19
protected $mapTypePrices = [
20
'regular_price' => [
21
- 'selector' => '[data-price-type="finalPrice"] .price',
+ 'selector' => '.price-wrapper',
22
],
23
'fpt_price' => [
24
'selector' => '[data-price-type="weee"] .price',
0 commit comments