|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
11 | 11 | <test name="StorefrontAllAttributeOptionsAreShownInLayeredNavigationTest"> |
12 | 12 | <annotations> |
13 | | - <features value="Layered Navigation"/> |
| 13 | + <features value="LayeredNavigation"/> |
14 | 14 | <stories value="Product attributes in Layered Navigation"/> |
15 | 15 | <title value="Limitation of displayed attribute options number in layered navigation with ElasticSearch"/> |
16 | 16 | <description value="All attribute options are shown in Layered navigation"/> |
17 | 17 | <severity value="CRITICAL"/> |
18 | 18 | <testCaseId value="MC-28963"/> |
19 | | - <group value="LayeredNavigation"/> |
| 19 | + <group value="layeredNavigation"/> |
| 20 | + <group value="catalog"/> |
20 | 21 | <group value="SearchEngineElasticsearch"/> |
21 | 22 | </annotations> |
22 | 23 |
|
23 | 24 | <before> |
| 25 | + <magentoCron groups="index" stepKey="reindexInvalidatedIndices"/> |
24 | 26 | <magentoCLI command="config:set {{DisplayProductCountDefaultValue.path}} {{DisplayProductCountDefaultValue.value}}" stepKey="enableDisplayProductCount"/> |
25 | 27 | <magentoCLI command="config:set {{PriceNavigationStepCalculationDefaultValue.path}} {{PriceNavigationStepCalculationDefaultValue.value}}" stepKey="setPriceNavigationStepCalculationDefaultValue"/> |
26 | 28 | <createData entity="ApiCategory" stepKey="createCategory"/> |
|
72 | 74 | <createData entity="productAttributeOption" stepKey="createConfigProductAttributeOption15"> |
73 | 75 | <requiredEntity createDataKey="createConfigProductAttribute"/> |
74 | 76 | </createData> |
75 | | - <!--Cet Created options data--> |
| 77 | + <!--Get Created options data--> |
76 | 78 | <getData entity="ProductAttributeOptionGetter" index="1" stepKey="getConfigAttributeOption1"> |
77 | 79 | <requiredEntity createDataKey="createConfigProductAttribute"/> |
78 | 80 | </getData> |
|
309 | 311 | <deleteData createDataKey="createConfigChildProduct14" stepKey="deleteConfigChildProduct14"/> |
310 | 312 | <deleteData createDataKey="createConfigChildProduct15" stepKey="deleteConfigChildProduct15"/> |
311 | 313 | <deleteData createDataKey="createConfigProductAttribute" stepKey="deleteAttribute"/> |
312 | | - <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex"> |
313 | | - <argument name="indices" value="catalogsearch_fulltext"/> |
314 | | - </actionGroup> |
| 314 | + <magentoCron groups="index" stepKey="reindexInvalidatedIndices"/> |
315 | 315 | </after> |
316 | 316 |
|
317 | 317 | <actionGroup ref="StorefrontNavigateCategoryPageActionGroup" stepKey="openCategory"> |
|
0 commit comments