Skip to content

Commit

Permalink
Merge pull request magento#4894 from magento-arcticfoxes/MTS-683
Browse files Browse the repository at this point in the history
[arcticfoxes] MTS-683: Make elasticsearch6 default search engine in Jenkins build
  • Loading branch information
joanhe authored Oct 22, 2019
2 parents 7901f14 + f3c865c commit 5a82cc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<waitForPageLoad stepKey="waitForCategoryPageToLoad"/>
<see selector="{{StorefrontCategoryMainSection.productLink}}" userInput="{{virtualProductBigQty.name}}" stepKey="seeVirtualProductNameOnCategoryPage"/>

<!--Run full reindex and clear caches -->
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
<magentoCLI command="cache:flush" stepKey="flushCache"/>

<!-- Verify customer see created virtual product with tier price(from above step) on storefront page and is searchable by sku -->
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="goToStorefront"/>
<waitForPageLoad stepKey="waitForStoreFrontProductPageLoad"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</rule>
<rule scope="variation">
<deny>
<tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow" />
<tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow, mysql_search" />
<tag group="stable" value="no" />
<tag group="mftf_migrated" value="yes" />
<tag group="to_maintain" value="yes" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</rule>
<rule scope="variation">
<deny>
<tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow, mysql_search" />
<tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow" />
<tag group="stable" value="no" />
<tag group="mftf_migrated" value="yes" />
<tag group="to_maintain" value="yes" />
Expand Down

0 comments on commit 5a82cc9

Please sign in to comment.