|
16 | 16 | <description value="Admin should be able to mass update product attributes in global scope"/>
|
17 | 17 | <severity value="AVERAGE"/>
|
18 | 18 | <testCaseId value="MC-56"/>
|
19 |
| - <group value="Catalog"/> |
20 |
| - <group value="Product Attributes"/> |
| 19 | + <group value="catalog"/> |
| 20 | + <group value="product_attributes"/> |
21 | 21 | </annotations>
|
22 | 22 | <before>
|
23 | 23 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
| 24 | + <actionGroup ref="deleteAllProductsUsingProductGrid" stepKey="deleteAllProducts"/> |
24 | 25 | <actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createStoreView" />
|
25 | 26 | <createData entity="_defaultCategory" stepKey="createCategory"/>
|
26 | 27 | <createData entity="ApiSimpleProduct" stepKey="createProductOne">
|
|
36 | 37 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
37 | 38 | <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="AdminDeleteStoreViewActionGroup"/>
|
38 | 39 | <click selector="{{AdminStoresGridSection.resetButton}}" stepKey="resetSearchFilter"/>
|
| 40 | + <actionGroup ref="ClearProductsFilterActionGroup" stepKey="clearProductFilter"/> |
39 | 41 | <actionGroup ref="logout" stepKey="amOnLogoutPage"/>
|
40 | 42 | </after>
|
41 | 43 |
|
|
70 | 72 | <!-- Assert on storefront default view -->
|
71 | 73 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroupDefault"/>
|
72 | 74 | <actionGroup ref="StorefrontAdvancedCatalogSearchByProductNameAndPriceActionGroup" stepKey="searchByNameDefault">
|
73 |
| - <argument name="name" value="$$createProductOne.name$$"/> |
| 75 | + <argument name="name" value=""$$createProductOne.name$$""/> |
74 | 76 | <argument name="priceFrom" value="$$createProductOne.price$$0"/>
|
75 | 77 | <argument name="priceTo" value="$$createProductOne.price$$0"/>
|
76 | 78 | </actionGroup>
|
|
82 | 84 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroupCustom"/>
|
83 | 85 | <actionGroup ref="StorefrontSwitchStoreViewActionGroup" stepKey="StorefrontSwitchStoreViewActionGroup"/>
|
84 | 86 | <actionGroup ref="StorefrontAdvancedCatalogSearchByProductNameAndPriceActionGroup" stepKey="searchByNameCustom">
|
85 |
| - <argument name="name" value="$$createProductOne.name$$"/> |
| 87 | + <argument name="name" value=""$$createProductOne.name$$""/> |
86 | 88 | <argument name="priceFrom" value="$$createProductOne.price$$0"/>
|
87 | 89 | <argument name="priceTo" value="$$createProductOne.price$$0"/>
|
88 | 90 | </actionGroup>
|
|
0 commit comments