|
18 | 18 | <testCaseId value="MC-10894"/>
|
19 | 19 | <group value="Catalog"/>
|
20 | 20 | </annotations>
|
| 21 | + |
21 | 22 | <before>
|
22 | 23 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
23 | 24 | </before>
|
|
28 | 29 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
29 | 30 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
30 | 31 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 32 | + <actionGroup ref="logout" stepKey="logout"/> |
31 | 33 | </after>
|
32 | 34 |
|
33 | 35 | <!--Navigate to Stores > Attributes > Product.-->
|
|
74 | 76 | <issueId value="MC-13817"/>
|
75 | 77 | </skip>
|
76 | 78 | </annotations>
|
| 79 | + |
77 | 80 | <before>
|
78 | 81 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
79 | 82 | </before>
|
|
84 | 87 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
85 | 88 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
86 | 89 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 90 | + <actionGroup ref="logout" stepKey="logout"/> |
87 | 91 | </after>
|
88 | 92 |
|
89 | 93 | <!--Generate date for use as default value, needs to be MM/d/YYYY -->
|
|
131 | 135 | <testCaseId value="MC-10897"/>
|
132 | 136 | <group value="Catalog"/>
|
133 | 137 | </annotations>
|
| 138 | + |
134 | 139 | <before>
|
135 | 140 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
136 | 141 | </before>
|
|
141 | 146 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
142 | 147 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
143 | 148 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 149 | + <actionGroup ref="logout" stepKey="logout"/> |
144 | 150 | </after>
|
145 | 151 |
|
146 | 152 | <!--Navigate to Stores > Attributes > Product.-->
|
|
182 | 188 | <testCaseId value="MC-10896"/>
|
183 | 189 | <group value="Catalog"/>
|
184 | 190 | </annotations>
|
| 191 | + |
185 | 192 | <before>
|
186 | 193 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
187 | 194 | </before>
|
|
192 | 199 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
193 | 200 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
194 | 201 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 202 | + <actionGroup ref="logout" stepKey="logout"/> |
195 | 203 | </after>
|
196 | 204 |
|
197 | 205 | <!--Navigate to Stores > Attributes > Product.-->
|
|
266 | 274 | <testCaseId value="MC-10898"/>
|
267 | 275 | <group value="Catalog"/>
|
268 | 276 | </annotations>
|
| 277 | + |
269 | 278 | <before>
|
270 | 279 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
271 | 280 | </before>
|
|
276 | 285 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
277 | 286 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
278 | 287 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 288 | + <actionGroup ref="logout" stepKey="logout"/> |
279 | 289 | </after>
|
280 | 290 |
|
281 | 291 | <!--Navigate to Stores > Attributes > Product.-->
|
|
311 | 321 | <seeInField stepKey="seeOption1StoreView" selector="{{AttributePropertiesSection.dropdownNthOptionDefaultStoreView('1')}}" userInput="{{dropdownProductAttributeWithQuote.option1_frontend}}"/>
|
312 | 322 | <seeCheckboxIsChecked stepKey="seeOption1Default" selector="{{AttributePropertiesSection.dropdownNthOptionIsDefault('1')}}"/>
|
313 | 323 |
|
314 |
| - |
315 | 324 | <!--Go to New Product page, add Attribute and check dropdown values-->
|
316 | 325 | <amOnPage url="{{AdminProductCreatePage.url('4', 'simple')}}" stepKey="goToCreateSimpleProductPage"/>
|
317 | 326 | <actionGroup ref="addProductAttributeInProductModal" stepKey="addAttributeToProduct">
|
|
343 | 352 | <click stepKey="clickDelete" selector="{{AttributePropertiesSection.DeleteAttribute}}"/>
|
344 | 353 | <click stepKey="clickOk" selector="{{AttributeDeleteModalSection.confirm}}"/>
|
345 | 354 | <waitForPageLoad stepKey="waitForDeletion"/>
|
| 355 | + <actionGroup ref="logout" stepKey="logout"/> |
346 | 356 | </after>
|
347 | 357 |
|
348 | 358 | <!--Navigate to Stores > Attributes > Product.-->
|
|
0 commit comments