|
155 | 155 | <!--Click on OK button-->
|
156 | 156 | <click stepKey="clickOnOKButton" selector="{{CatalogProductsSection.okButton}}"/>
|
157 | 157 | <waitForPageLoad stepKey="waitFordAttributeDeleted"/>
|
| 158 | + <see userInput="You deleted the product attribute." stepKey="seeDeletedTheProductAttributeMessage"/> |
158 | 159 |
|
159 |
| - </actionGroup> |
160 |
| - |
161 |
| - <actionGroup name="DeleteCreatedAttributeIfExist"> |
162 |
| - |
163 |
| - <!--Click on Stores item--> |
164 |
| - <click stepKey="clickOnStoresItem" selector="{{CatalogProductsSection.storesItem}}"/> |
165 |
| - <waitForPageLoad stepKey="waitForCatalogLoad"/> |
166 |
| - |
167 |
| - <!--Click on Products item--> |
168 |
| - <click stepKey="clickOnStoresProductItem" selector="{{CatalogProductsSection.storesProductItem}}"/> |
169 |
| - <waitForPageLoad stepKey="waitForStoresProductPageLoad"/> |
170 |
| - |
171 |
| - <!--Click on created Attribute item if it exist--> |
172 |
| - <conditionalClick selector="{{CatalogProductsSection.createdAttributeItem}}" dependentSelector="{{CatalogProductsSection.createdAttributeItem}}" visible="1" stepKey="clickOnCreatedAttributeItem"/> |
173 |
| - <waitForPageLoad stepKey="waitForCreatedAttributeLoad"/> |
174 |
| - |
175 |
| - <!--Click on Delete Attribute item--> |
176 |
| - <conditionalClick stepKey="clickOnDeleteAttributeItem" selector="{{CatalogProductsSection.deleteAttributeItem}}" dependentSelector="{{CatalogProductsSection.deleteAttributeItem}}" visible="1"/> |
177 |
| - <waitForPageLoad stepKey="waitForDeletedDialogOpened"/> |
178 |
| - |
179 |
| - <!--Click on OK button--> |
180 |
| - <conditionalClick stepKey="clickOnOKButton" selector="{{CatalogProductsSection.okButton}}" dependentSelector="{{CatalogProductsSection.okButton}}" visible="1"/> |
181 |
| - <waitForPageLoad stepKey="waitFordAttributeDeleted"/> |
| 160 | + <!-- Click Reset Filter button--> |
| 161 | + <click stepKey="clickResetFilterButton" selector="{{CatalogProductsSection.resetFilter}}"/> |
| 162 | + <waitForPageLoad stepKey="waitForAllFilterReset"/> |
182 | 163 |
|
183 | 164 | </actionGroup>
|
184 | 165 |
|
|
0 commit comments