Skip to content

Commit 7c393e0

Browse files
committed
MQE-2216: Annual Docs Review Part 3
1 parent 1487d19 commit 7c393e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/merging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The `AdminLoginSuccessfulTest` result corresponds to:
259259

260260
```xml
261261
<tests ...>
262-
<test name="AdminLoginSuccessfulTest" insertAfter="loginAsAdmin">
262+
<test name="AdminLoginSuccessfulTest">
263263
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
264264
<actionGroup ref="AdminCheckOptionSalesActionGroup" stepKey="checkOptionSales"/>
265265
<actionGroup ref="AssertAdminSuccessLoginActionGroup" stepKey="assertLoggedIn"/>
@@ -280,9 +280,9 @@ The controls change drastically in the B2B version, so it was abstracted to an a
280280
> Action group for selecting `customerGroup` in the `Cart Price Rules` section:
281281
282282
```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>
286286
```
287287

288288
> B2B Merge file

0 commit comments

Comments
 (0)