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 39f0be8 commit 8c277cdCopy full SHA for 8c277cd
app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductReviewsSection.xml
@@ -21,5 +21,6 @@
21
<!-- The tab transform to an accordion when window resize -->
22
<element name="reviewsSectionToggleState" type="button" selector="//*[@id='tab-label-reviews-title']/ancestor::div[@aria-selected='{{boolean}}'][@aria-expanded='{{boolean}}']" parameterized="true"/>
23
<element name="infoForNotLoggedIn" type="block" selector=".block-content .message.info.notlogged"/>
24
+ <element name="startRating" type="text" selector="(.//*[@class='control review-control-vote'])[{{row}}]//label[{{value}}]" parameterized="true"/>
25
</section>
26
</sections>
0 commit comments