File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ The `AdminLoginSuccessfulTest` result corresponds to:
259
259
260
260
``` xml
261
261
<tests ...>
262
- <test name =" AdminLoginSuccessfulTest" insertAfter = " loginAsAdmin " >
262
+ <test name =" AdminLoginSuccessfulTest" >
263
263
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
264
264
<actionGroup ref =" AdminCheckOptionSalesActionGroup" stepKey =" checkOptionSales" />
265
265
<actionGroup ref =" AssertAdminSuccessLoginActionGroup" stepKey =" assertLoggedIn" />
@@ -280,9 +280,9 @@ The controls change drastically in the B2B version, so it was abstracted to an a
280
280
> Action group for selecting ` customerGroup ` in the ` Cart Price Rules ` section:
281
281
282
282
``` xml
283
- <actionGroup name =" SelectNotLoggedInCustomerGroupActionGroup" >
284
- <selectOption selector =" {{AdminCartPriceRulesFormSection.customerGroups}}" userInput =" NOT LOGGED IN" stepKey =" selectCustomerGroup" />
285
- </actionGroup >
283
+ <actionGroup name =" SelectNotLoggedInCustomerGroupActionGroup" >
284
+ <selectOption selector =" {{AdminCartPriceRulesFormSection.customerGroups}}" userInput =" NOT LOGGED IN" stepKey =" selectCustomerGroup" />
285
+ </actionGroup >
286
286
```
287
287
288
288
> B2B Merge file
You can’t perform that action at this time.
0 commit comments