Skip to content

Commit 541caa8

Browse files
ACQE-9002: Verify not existed simple products
- Created new test file
1 parent c135fc3 commit 541caa8

File tree

2 files changed

+268
-0
lines changed

2 files changed

+268
-0
lines changed

app/code/Magento/Swatches/Test/Mftf/Section/StorefrontCategoryPageProductInfoSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="StorefrontCategoryPageProductInfoSection">
1212
<element name="visualSwatchOption" type="button" selector="#product-item-info_{{var1}} .swatch-option[data-option-label='{{var2}}']" parameterized="true"/>
13+
<element name="swatchOptionByLabel" type="button" selector=".products-grid .swatch-option[data-option-label='{{var1}}']" parameterized="true"/>
1314
<element name="productAddToWishlist" type="button" selector="#product-item-info_{{var1}} .action.towishlist" parameterized="true"/>
1415
</section>
1516
</sections>

0 commit comments

Comments
 (0)