Skip to content

Commit b192e57

Browse files
committed
MC-35892: Automate MC-35954 tests
1 parent b75c282 commit b192e57

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<element name="removeFilter" type="button" selector="div.filter-current .remove"/>
1818
<element name="activeFilterOptions" type="text" selector=".filter-options-item.active .items"/>
1919
<element name="activeFilterOptionItemByPosition" type="text" selector=".filter-options-item.active .items li:nth-child({{itemPosition}}) a" parameterized="true"/>
20-
<element name="enabledFilterOptionItemByLabel" type="text" selector="//main//div[@class='filter-options']//li[@class='item']//a[contains(text(), '{{optionLabel}}')]" parameterized="true"/>
21-
<element name="disabledFilterOptionItemByLabel" type="text" selector="//main//div[@class='filter-options']//li[@class='item' and contains(text(), '{{optionLabel}}')]" parameterized="true"/>
20+
<element name="enabledFilterOptionItemByLabel" type="text" selector="//div[@class='filter-options']//li[@class='item']//a[contains(text(), '{{optionLabel}}')]" parameterized="true"/>
21+
<element name="disabledFilterOptionItemByLabel" type="text" selector="//div[@class='filter-options']//li[@class='item' and contains(text(), '{{optionLabel}}')]" parameterized="true"/>
2222
</section>
2323
</sections>

app/code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontFilterableProductAttributeInLayeredNavigationWithoutReindexTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
<test name="StorefrontFilterableProductAttributeInLayeredNavigationWithoutReindexTest">
1212
<annotations>
1313
<features value="LayeredNavigation"/>
14-
<stories value="Magento_LayeredNavigation"/>
14+
<stories value="Product attributes in Layered Navigation"/>
1515
<title value="Create and add new dropdown product attribute to existing set, assign it to existing product with that set and see it on layered navigation"/>
1616
<description value="Verify that new dropdown attribute in existing attribute set shows on layered navigation on storefront without reindex"/>
17-
<severity value="AVERAGE"/>
17+
<severity value="MAJOR"/>
1818
<testCaseId value="MC-35954"/>
1919
<group value="layeredNavigation"/>
20+
<group value="SearchEngineElasticsearch"/>
2021
</annotations>
2122

2223
<before>

0 commit comments

Comments
 (0)