Skip to content

Commit 0993175

Browse files
committed
ACQE-3996:search terms are auto-complete for Customer when he tries to input the same search term in quick search on Storefront
1 parent dd0b7bb commit 0993175

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,19 @@
1616
<testCaseId value="AC-5003"/>
1717
<group value="mtf_migrated"/>
1818
</annotations>
19-
2019
<before>
2120
<!-- Login as admin -->
2221
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
23-
2422
<!--Create Simple Product -->
2523
<createData entity="defaultSimpleProduct" stepKey="simpleProduct"/>
26-
2724
<magentoCron groups="index" stepKey="reindex"/>
2825
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
2926
</before>
3027
<after>
3128
<!-- Delete create product -->
3229
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
33-
3430
<!-- Go to the catalog search term page -->
3531
<actionGroup ref="AdminOpenCatalogSearchTermIndexPageActionGroup" stepKey="openAdminCatalogSearchTermIndexPage"/>
36-
3732
<!--Filter the search term -->
3833
<actionGroup ref="AdminSearchTermFilterBySearchQueryActionGroup" stepKey="filterByThirdSearchQuery">
3934
<argument name="searchQuery" value="$$simpleProduct.name$$"/>
@@ -46,20 +41,16 @@
4641
<actionGroup ref="AdminDeleteSearchTermActionGroup" stepKey="deleteSearchTerms"/>
4742
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4843
</after>
49-
5044
<!-- Go to storefront home page -->
5145
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>
52-
5346
<!--Storefront quick search by product name -->
5447
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="quickSearchByProductName">
5548
<argument name="phrase" value="$$simpleProduct.name$$"/>
5649
</actionGroup>
57-
5850
<!--Verify search suggestions and select the suggestion from dropdown options -->
5951
<actionGroup ref="StoreFrontSelectDropDownSearchSuggestionActionGroup" stepKey="seeDropDownSearchSuggestion">
6052
<argument name="searchQuery" value="$$simpleProduct.name$$"/>
6153
</actionGroup>
62-
6354
<!-- Assert Product storefront main page -->
6455
<actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProductName">
6556
<argument name="productName" value="$$simpleProduct.name$$"/>
@@ -68,7 +59,6 @@
6859
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="quickSearchByProductNameSku">
6960
<argument name="phrase" value="$$simpleProduct.sku$$"/>
7061
</actionGroup>
71-
7262
<!--Verify search suggestions and select the suggestion from dropdown options -->
7363
<actionGroup ref="StoreFrontSelectDropDownSearchSuggestionActionGroup" stepKey="seeDropDownSearchSuggestionSku">
7464
<argument name="searchQuery" value="$$simpleProduct.sku$$"/>

0 commit comments

Comments
 (0)