Skip to content

Commit 7d81d71

Browse files
committed
ACP2E-2272: Search suggesions not working on mini search form
1 parent 6e47f41 commit 7d81d71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Search/Test/Mftf/Test/AutoCompleteSearchTermsAndPhrasesWhileUserIsTypingTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</actionGroup>
2727
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
2828
<!-- Disable search suggestions -->
29-
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" after="flushCache" stepKey="DisableSearchSuggestions"/>
29+
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" stepKey="DisableSearchSuggestions"/>
3030
<!-- Clean config cache -->
3131
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCacheAfterDisablingSuggestions">
3232
<argument name="tags" value="config"/>

app/code/Magento/Search/Test/Mftf/Test/StorefrontVerifySearchSuggestionByProductDescriptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Create product with description -->
2929
<createData entity="SimpleProductWithDescription" stepKey="simpleProduct"/>
3030
<!-- Disable search suggestions -->
31-
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" after="simpleProduct" stepKey="DisableSearchSuggestions"/>
31+
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" stepKey="DisableSearchSuggestions"/>
3232

3333
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
3434
<argument name="indices" value=""/>

app/code/Magento/Search/Test/Mftf/Test/StorefrontVerifySearchSuggestionByProductShortDescriptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</actionGroup>
3232
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3333
<!-- Disable search suggestions -->
34-
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" after="flushCache" stepKey="DisableSearchSuggestions"/>
34+
<magentoCLI command="config:set {{DisableSearchSuggestions.path}} {{DisableSearchSuggestions.value}}" stepKey="DisableSearchSuggestions"/>
3535
<!-- Clean config cache -->
3636
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCacheAfterDisablingSuggestions">
3737
<argument name="tags" value="config"/>

0 commit comments

Comments
 (0)