Skip to content

Commit d45820f

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'MC-27119' into functional--test--automation
2 parents 50ccdb1 + df65f52 commit d45820f

File tree

3 files changed

+338
-0
lines changed

3 files changed

+338
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProducRelatedProductsSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
<element name="relatedProductsListSectionText" type="text" selector=".block.related .products.wrapper.grid.products-grid.products-related" />
1515
<element name="relatedProductName" type="button" selector="//*[@class='block related']//a[contains(text(), '{{productName}}')]" parameterized="true"/>
1616
<element name="relatedProductCheckBoxButton" type="button" selector="//*[@class='block related']//a[contains(text(), '{{productName}}')]/parent::*/parent::*//input[@class='checkbox related']" parameterized="true"/>
17+
<element name="selectAll" type="button" selector="//div[@class='block-actions']/button"/>
1718
</section>
1819
</sections>

0 commit comments

Comments
 (0)