|
14 | 14 | <title value="User should be able to use Quick Search to a configurable product's child products"/>
|
15 | 15 | <description value="Use Quick Search to find a configurable product with enabled/disable children"/>
|
16 | 16 | <severity value="MAJOR"/>
|
17 |
| - <testCaseId value="MC-14798"/> |
18 |
| - <group value="CatalogSearch"/> |
| 17 | + <testCaseId value="MC-28374"/> |
| 18 | + <group value="catalogSearch"/> |
19 | 19 | <group value="mtf_migrated"/>
|
20 | 20 | </annotations>
|
21 | 21 | <before>
|
|
75 | 75 | <magentoCLI command="indexer:reindex" stepKey="reindex"/>
|
76 | 76 | </before>
|
77 | 77 | <after>
|
78 |
| - <actionGroup ref="logout" stepKey="logoutFromAdmin"/> |
79 | 78 | <deleteData createDataKey="createConfigurableProduct" stepKey="deleteConfigurableProduct"/>
|
80 | 79 | <deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
|
81 | 80 | <deleteData createDataKey="createProductAttribute" stepKey="deleteProductAttribute"/>
|
82 | 81 | <deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
|
83 | 82 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
| 83 | + <actionGroup ref="logout" stepKey="logoutFromAdmin"/> |
84 | 84 | </after>
|
85 | 85 | <amOnPage url="{{StorefrontHomePage.url}}" stepKey="goToHomePage"/>
|
86 | 86 | <actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="searchStorefront">
|
87 | 87 | <argument name="phrase" value="$createConfigurableProduct.name$"/>
|
88 | 88 | </actionGroup>
|
89 |
| - <actionGroup ref="StorefrontQuickSearchCheckProductNameInGridActionGroup" stepKey="seeProductInGrid"> |
| 89 | + <actionGroup ref="StorefrontQuickSearchSeeProductByNameActionGroup" stepKey="seeProductInGrid"> |
90 | 90 | <argument name="productName" value="$createConfigurableProduct.name$"/>
|
91 |
| - <argument name="index" value="1"/> |
92 | 91 | </actionGroup>
|
93 | 92 |
|
94 | 93 | <!-- Disable Child Product -->
|
|
0 commit comments