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 dfff0fb commit bbe7495Copy full SHA for bbe7495
app/code/Magento/Review/Test/Mftf/Section/AdminCreateNewReviewSection.xml
@@ -28,5 +28,6 @@
28
<element name="gridCustomer_filter_review_cnt" type="button" selector="#customers_grid_filter_review_cnt"/>
29
<element name="CustomerSearchButton" type="button" selector="//*[@id='customers_grid']//button[contains(@title, 'Search')]"/>
30
<element name="filterName" type="text" selector="#productGrid_product_filter_name"/>
31
+ <element name="firstRowReview" type="text" selector="#productGrid_table tbody tr:first-child td:first-child"/>
32
</section>
33
</sections>
0 commit comments