@@ -25,8 +25,8 @@ In this example, we add an action group to a new copy of the original test for o
25
25
<deleteData createDataKey =" createPreReqCategory" stepKey =" deletePreReqCategory" />
26
26
</after >
27
27
28
- <actionGroup ref =" LoginAsAdmin " stepKey =" loginAsAdmin1 " />
29
- <actionGroup ref =" FillAdminSimpleProductForm " stepKey =" fillProductFieldsInAdmin" >
28
+ <actionGroup ref =" AdminLoginActionGroup " stepKey =" AdminLoginActionGroup1 " />
29
+ <actionGroup ref =" AdminFillSimpleProductFormActionGroup " stepKey =" fillProductFieldsInAdmin" >
30
30
<argument name =" category" value =" $$createPreReqCategory$$" />
31
31
<argument name =" simpleProduct" value =" _defaultProduct" />
32
32
</actionGroup >
@@ -40,7 +40,7 @@ In this example, we add an action group to a new copy of the original test for o
40
40
</test >
41
41
```
42
42
43
- ## File to merge
43
+ ## Extend file
44
44
45
45
``` xml
46
46
<test name =" AdminCreateSimpleProductExtensionTest" extends =" AdminCreateSimpleProductTest" >
@@ -89,8 +89,8 @@ Note that there are now two tests below.
89
89
<deleteData createDataKey =" createPreReqCategory" stepKey =" deletePreReqCategory" />
90
90
</after >
91
91
92
- <actionGroup ref =" LoginAsAdmin " stepKey =" loginAsAdmin1 " />
93
- <actionGroup ref =" FillAdminSimpleProductForm " stepKey =" fillProductFieldsInAdmin" >
92
+ <actionGroup ref =" AdminLoginActionGroup " stepKey =" AdminLoginActionGroup1 " />
93
+ <actionGroup ref =" AdminFillSimpleProductFormActionGroup " stepKey =" fillProductFieldsInAdmin" >
94
94
<argument name =" category" value =" $$createPreReqCategory$$" />
95
95
<argument name =" simpleProduct" value =" _defaultProduct" />
96
96
</actionGroup >
@@ -120,8 +120,8 @@ Note that there are now two tests below.
120
120
<deleteData createDataKey =" createPreReqCategory" stepKey =" deletePreReqCategory" />
121
121
</after >
122
122
123
- <actionGroup ref =" LoginAsAdmin " stepKey =" loginAsAdmin1 " />
124
- <actionGroup ref =" FillAdminSimpleProductForm " stepKey =" fillProductFieldsInAdmin" >
123
+ <actionGroup ref =" AdminLoginActionGroup " stepKey =" AdminLoginActionGroup1 " />
124
+ <actionGroup ref =" AdminFillSimpleProductFormActionGroup " stepKey =" fillProductFieldsInAdmin" >
125
125
<argument name =" category" value =" $$createPreReqCategory$$" />
126
126
<argument name =" simpleProduct" value =" _defaultProduct" />
127
127
</actionGroup >
0 commit comments