Skip to content

Commit 64588a8

Browse files
committed
MC-20539: Fix MFTF tests to work with elasticsearch
- fix MTF test product sort order
1 parent 57d25da commit 64588a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<constraint name="Magento\LayeredNavigation\Test\Constraint\AssertFilterProductList" />
9595
</variation>
9696
<variation name="FilterProductListTestVariation4" summary="Use sorting category filter when layered navigation is applied" ticketId="MAGETWO-42701">
97-
<!-- <data name="tag" xsi:type="string">test_type:mysql_search</data>-->
9897
<data name="configData" xsi:type="string">layered_navigation_manual_range_10</data>
9998
<data name="runReindex" xsi:type="boolean">true</data>
10099
<data name="category/dataset" xsi:type="string">default_anchor_subcategory</data>
@@ -104,7 +103,7 @@
104103
<item name="0" xsi:type="array">
105104
<item name="title" xsi:type="string">Price</item>
106105
<item name="linkPattern" xsi:type="string">`^.+10\.00 - .+19\.99 2$`m</item>
107-
<item name="products" xsi:type="string">product_0, product_2</item>
106+
<item name="products" xsi:type="string">product_2, product_0</item>
108107
</item>
109108
</item>
110109
</data>

0 commit comments

Comments
 (0)