|
13 | 13 | <features value="CatalogSearch"/>
|
14 | 14 | <stories value="Storefront Search"/>
|
15 | 15 | <title value="Using ElasticSearch with weight attribute"/>
|
16 |
| - <description value="Using ElasticSearch with product has weight attribute"/> |
| 16 | + <description value="Use ElasticSearch for products with weight attributes"/> |
17 | 17 | <severity value="CRITICAL"/>
|
18 | 18 | <testCaseId value="MC-31368"/>
|
19 | 19 | <group value="elasticsearch"/>
|
|
31 | 31 | <actionGroup ref="OpenProductAttributeFromSearchResultInGridActionGroup" stepKey="openWeightProductAttributeInAdmin">
|
32 | 32 | <argument name="productAttributeCode" value="weight"/>
|
33 | 33 | </actionGroup>
|
34 |
| - <actionGroup ref="AdminMakeProductAttributeSearchableOrUnsearchableInAQuickSearchActionGroup" stepKey="makeAttributeUnsearchableInAQuickSearch"> |
| 34 | + <actionGroup ref="AdminSetUseInSearchValueForProductAttributeActionGroup" stepKey="makeAttributeUnsearchableInAQuickSearch"> |
35 | 35 | <argument name="useInSearchValue" value="No"/>
|
36 | 36 | </actionGroup>
|
37 | 37 | <actionGroup ref="saveProductAttribute" stepKey="saveAttributeChanges"/>
|
|
44 | 44 | <argument name="productAttributeCode" value="weight"/>
|
45 | 45 | </actionGroup>
|
46 | 46 | <!-- Change attribute property: Use in Search >Yes -->
|
47 |
| - <actionGroup ref="AdminMakeProductAttributeSearchableOrUnsearchableInAQuickSearchActionGroup" stepKey="makeAttributeSearchableInAQuickSearch"/> |
| 47 | + <actionGroup ref="AdminSetUseInSearchValueForProductAttributeActionGroup" stepKey="makeAttributeSearchableInAQuickSearch"/> |
48 | 48 | <actionGroup ref="saveProductAttribute" stepKey="saveAttribute"/>
|
49 | 49 | <!-- Step 3 -->
|
50 |
| - <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 50 | + <actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/> |
51 | 51 | <!-- Step 4 -->
|
52 |
| - <magentoCLI command="cache:clean" stepKey="cleanCache"/> |
| 52 | + <magentoCLI command="cache:clean config full_page" stepKey="cleanInvalidatedCaches"/> |
53 | 53 | <!-- Step 5 -->
|
54 | 54 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStorefront"/>
|
55 | 55 | <!-- Step 6 -->
|
|
0 commit comments