Skip to content

Commit eb5a041

Browse files
committed
MAGETWO-52599: Fix CreateTaxWithFptTestVariation9 and CreateTaxWithFptTestVariation10 tests
1 parent efc35bb commit eb5a041

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Price extends \Magento\Catalog\Test\Block\AbstractPriceBlock
1818
*/
1919
protected $mapTypePrices = [
2020
'regular_price' => [
21-
'selector' => '[data-price-type="finalPrice"] .price',
21+
'selector' => '.price-wrapper',
2222
],
2323
'fpt_price' => [
2424
'selector' => '[data-price-type="weee"] .price',

0 commit comments

Comments
 (0)