Skip to content

Commit 579eef4

Browse files
Manoranjan.PrakashManoranjan.Prakash
authored andcommitted
ACQE-4319: CreateConfigProductBasedOnVisualSwatchAttributeWithImagesAndCustomLabelOnDifferentStoreViewsTest
-addressing code review: placed the layeredNavigationNthSwatch inside StoreFrontLayeredNavigationSection and unwanted spaces cleared
1 parent 56c7d0f commit 579eef4

File tree

3 files changed

+52
-85
lines changed

3 files changed

+52
-85
lines changed

app/code/Magento/LayeredNavigation/Test/Mftf/Section/LayeredNavigationSection/LayeredNavigationSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
<element name="NavigationStepCalculationSystemValue" type="button" selector="#catalog_layered_navigation_price_range_calculation_inherit"/>
1717
<element name="PriceNavigationStep" type="button" selector="#catalog_layered_navigation_price_range_step"/>
1818
<element name="PriceNavigationStepSystemValue" type="button" selector="#catalog_layered_navigation_price_range_step_inherit"/>
19-
<element name="layeredNavigationNthSwatch" type="block" selector="//a[@class='swatch-option-link-layered' and @aria-label='{{attribute_value}}']/div" parameterized="true"/>
2019
</section>
2120
</sections>

app/code/Magento/LayeredNavigation/Test/Mftf/Section/LayeredNavigationSection/StorefrontLayeredNavigationSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
<element name="actionRemove" type="button" selector="//a[@class='action remove']" />
1818
<element name="nowShoppingByAttribute" type="text" selector="//span[@class='filter-label' and contains(text(),'{{var}}')]" parameterized="true"/>
1919
<element name="nowShoppingByAttributeValue" type="text" selector="//span[@class='filter-value' and contains(text(),'{{var}}')]" parameterized="true"/>
20+
<element name="layeredNavigationNthSwatch" type="block" selector="//a[@class='swatch-option-link-layered' and @aria-label='{{attribute_value}}']/div" parameterized="true"/>
2021
</section>
2122
</sections>

0 commit comments

Comments
 (0)