File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 52
52
<features value =" CatalogSearch" />
53
53
<group value =" CatalogSearch" />
54
54
</annotations >
55
+
56
+ <!-- Perform reindex and flush cache -->
57
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
58
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
59
+
55
60
<actionGroup ref =" GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey =" GoToStoreViewAdvancedCatalogSearchActionGroup" />
56
61
<actionGroup ref =" StorefrontAdvancedCatalogSearchByShortDescriptionActionGroup" stepKey =" search" >
57
62
<argument name =" shortDescription" value =" $$product.custom_attributes[short_description]$$" />
Original file line number Diff line number Diff line change 34
34
<deleteData createDataKey =" categorySecond" stepKey =" deleteCategorySecond" />
35
35
<deleteData createDataKey =" customer" stepKey =" deleteCustomer" />
36
36
</after >
37
+
38
+ <!-- Perform reindex and flush cache -->
39
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
40
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
41
+
37
42
<!-- Sign in as customer -->
38
43
<actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" loginToStorefrontAccount" >
39
44
<argument name =" Customer" value =" $$customer$$" />
You can’t perform that action at this time.
0 commit comments