Skip to content

Commit 4b14f06

Browse files
committed
MTA-3333: Deliver functional test fixes that were made during regression testing
- Single product rating selector changed
1 parent 50e5718 commit 4b14f06

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Review/Test/Block/ReviewForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ReviewForm extends AbstractForm
3737
*
3838
* @var string
3939
*/
40-
protected $rating = './/*[@id="%s_rating_label"]/..[contains(@class,"rating")]';
40+
protected $rating = './/*[@id="%s_rating_label"]/span';
4141

4242
/**
4343
* Selector for label of rating vote.

0 commit comments

Comments
 (0)