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 50e5718 commit 4b14f06Copy full SHA for 4b14f06
dev/tests/functional/tests/app/Magento/Review/Test/Block/ReviewForm.php
@@ -37,7 +37,7 @@ class ReviewForm extends AbstractForm
37
*
38
* @var string
39
*/
40
- protected $rating = './/*[@id="%s_rating_label"]/..[contains(@class,"rating")]';
+ protected $rating = './/*[@id="%s_rating_label"]/span';
41
42
/**
43
* Selector for label of rating vote.
0 commit comments