Skip to content

Commit 9ef4c2d

Browse files
committed
ENGCOM-4061: MTF test fix.
1 parent fc6bc8b commit 9ef4c2d

File tree

1 file changed

+3
-2
lines changed
  • dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product

1 file changed

+3
-2
lines changed

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product/View.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ class View extends ParentView
2727
*
2828
* @var string
2929
*/
30-
protected $formatTierPrice = "//tbody[%row-number%]//ul[contains(@class,'tier')]//*[@class='item'][%line-number%]";
30+
protected $formatTierPrice =
31+
"//tr[@class='row-tier-price'][%row-number%]//ul[contains(@class,'tier')]//*[@class='item'][%line-number%]";
3132

3233
/**
3334
* This member holds the class name of the special price block.
3435
*
3536
* @var string
3637
*/
37-
protected $formatSpecialPrice = '//tbody[%row-number%]//*[contains(@class,"price-box")]';
38+
protected $formatSpecialPrice = '//tbody//tr[%row-number%]//*[contains(@class,"price-box")]';
3839

3940
/**
4041
* Get grouped product block

0 commit comments

Comments
 (0)