Skip to content

Commit c732689

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

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<data name="configData" xsi:type="string">layered_navigation_manual_range_10</data>
9898
<data name="runReindex" xsi:type="boolean">true</data>
9999
<data name="category/dataset" xsi:type="string">default_anchor_subcategory</data>
100-
<data name="category/data/category_products/dataset" xsi:type="string">catalogProductSimple::product_10_dollar, catalogProductSimple::product_20_dollar, configurableProduct::filterable_two_options_with_zero_price</data>
100+
<data name="category/data/category_products/dataset" xsi:type="string">configurableProduct::filterable_two_options_with_zero_price, catalogProductSimple::product_20_dollar, catalogProductSimple::product_10_dollar</data>
101101
<data name="layeredNavigation" xsi:type="array">
102102
<item name="filters_0" xsi:type="array">
103103
<item name="0" xsi:type="array">

dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<constraint name="Magento\Msrp\Test\Constraint\AssertMsrpInShoppingCart" />
4040
</variation>
4141
<variation name="ApplyMapTestVariation5" summary="Apply MAP Setting on Gesture to Simple Product with Quotes in product name" ticketId="MAGETWO-69318">
42-
<!-- <data name="issue" xsi:type="string">MC-20537: Fix MTF tests to work with elasticsearch</data>-->
4342
<data name="product" xsi:type="string">catalogProductSimple::msrp_on_gesture_for_product_with_one_single_quote_in_product_name</data>
4443
<constraint name="Magento\Msrp\Test\Constraint\AssertMsrpOnCategoryPage" />
4544
<constraint name="Magento\Msrp\Test\Constraint\AssertMapOnCategoryPage" />

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<constraint name="Magento\Tax\Test\Constraint\AssertTaxWithCrossBorderApplied" />
1414
</variation>
1515
<variation name="TaxWithCrossBorderTestVariation2">
16-
<!-- <data name="issue" xsi:type="string">MC-20537: Fix MTF tests to work with elasticsearch</data>-->
1716
<data name="product/dataset" xsi:type="string">product_with_category</data>
1817
<data name="salesRule/dataset" xsi:type="string">cart_rule</data>
1918
<data name="configData" xsi:type="string">cross_border_enabled_price_incl_tax, display_excluding_including_tax</data>

0 commit comments

Comments
 (0)