Skip to content

Commit 9f8cce4

Browse files
author
Mohan Ahuja
committed
Updating existing MFTF test to clear cache and set default min length
1 parent 4a12499 commit 9f8cce4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
<group value="pr_exclude"/>
2020
</annotations>
2121

22+
<!--Set configs to default-->
23+
<magentoCLI command="config:set {{SetMinQueryLength3Config.path}} {{SetMinQueryLength3Config.value}}" stepKey="setMinQueryLengthDefaultState"/>
24+
25+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
26+
<argument name="tags" value=""/>
27+
</actionGroup>
28+
2229
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>
2330

2431
<actionGroup ref="StoreFrontFillSearchActionGroup" stepKey="fillSearchByTextLessThanMinimumSearchLength">

0 commit comments

Comments
 (0)