Skip to content

Commit 856ead1

Browse files
committed
MC-20539: Fix MFTF tests to work with elasticsearch
- fix MFTF tests and assign MTF test to a different ticket
1 parent aa33534 commit 856ead1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
<testCaseId value="MC-6092"/>
1919
<group value="LayeredNavigation"/>
2020
<group value="SearchEngineElasticsearch"/>
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-21228"/>-->
23-
<!-- </skip>-->
2421
</annotations>
2522
<before>
2623
<createData entity="productDropDownAttribute" stepKey="attribute"/>
@@ -53,6 +50,8 @@
5350
</actionGroup>
5451
<selectOption selector="{{AdminProductFormSection.customSelectField($$attribute.attribute[attribute_code]$$)}}" userInput="option1" stepKey="selectAttribute"/>
5552
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveSimpleProduct"/>
53+
<magentoCLI command="indexer:reindex" stepKey="reindexAll"/>
54+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
5655
<!-- Check storefront mobile view for shop by button is functioning as expected -->
5756
<comment userInput="Check storefront mobile view for shop by button is functioning as expected" stepKey="commentCheckShopByButton" />
5857
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToHomePage"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
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>
4243
<data name="product" xsi:type="string">catalogProductSimple::msrp_on_gesture_for_product_with_one_single_quote_in_product_name</data>
4344
<constraint name="Magento\Msrp\Test\Constraint\AssertMsrpOnCategoryPage" />
4445
<constraint name="Magento\Msrp\Test\Constraint\AssertMapOnCategoryPage" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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>
1617
<data name="product/dataset" xsi:type="string">product_with_category</data>
1718
<data name="salesRule/dataset" xsi:type="string">cart_rule</data>
1819
<data name="configData" xsi:type="string">cross_border_enabled_price_incl_tax, display_excluding_including_tax</data>

0 commit comments

Comments
 (0)