File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ class View extends ParentView
27
27
*
28
28
* @var string
29
29
*/
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%] " ;
31
32
32
33
/**
33
34
* This member holds the class name of the special price block.
34
35
*
35
36
* @var string
36
37
*/
37
- protected $ formatSpecialPrice = '//tbody[%row-number%]//*[contains(@class,"price-box")] ' ;
38
+ protected $ formatSpecialPrice = '//tbody//tr [%row-number%]//*[contains(@class,"price-box")] ' ;
38
39
39
40
/**
40
41
* Get grouped product block
You can’t perform that action at this time.
0 commit comments