|
31 | 31 | </actionGroup>
|
32 | 32 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
33 | 33 | <!-- Assign config1 and the associated child products to CAT1 -->
|
34 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategory"> |
| 34 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfigurableProduct1ToCategory"> |
35 | 35 | <argument name="productId" value="$$createConfigProductCreateConfigurableProduct1.id$$"/>
|
36 | 36 | <argument name="categoryName" value="$$createCategory.name$$"/>
|
37 | 37 | </actionGroup>
|
38 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategory2"> |
| 38 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfig1ChildProduct1ToCategory"> |
39 | 39 | <argument name="productId" value="$$createConfigChildProduct1CreateConfigurableProduct1.id$$"/>
|
40 | 40 | <argument name="categoryName" value="$$createCategory.name$$"/>
|
41 | 41 | </actionGroup>
|
42 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategory3"> |
| 42 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfig1ChildProduct2ToCategory"> |
43 | 43 | <argument name="productId" value="$$createConfigChildProduct2CreateConfigurableProduct1.id$$"/>
|
44 | 44 | <argument name="categoryName" value="$$createCategory.name$$"/>
|
45 | 45 | </actionGroup>
|
46 | 46 | <!-- Assign config12 and the associated child products to CAT2 -->
|
47 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategory5"> |
| 47 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfigurableProduct2ToCategory2"> |
48 | 48 | <argument name="productId" value="$$createConfigProductCreateConfigurableProduct2.id$$"/>
|
49 |
| - <argument name="categoryName" value="$$createCategory.name$$"/> |
| 49 | + <argument name="categoryName" value="$$createCategory2.name$$"/> |
50 | 50 | </actionGroup>
|
51 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategor5"> |
| 51 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfig2ChildProduct1ToCategory2"> |
52 | 52 | <argument name="productId" value="$$createConfigChildProduct1CreateConfigurableProduct2.id$$"/>
|
53 | 53 | <argument name="categoryName" value="$$createCategory2.name$$"/>
|
54 | 54 | </actionGroup>
|
55 |
| - <actionGroup ref="AdminAssignProductToCategory" stepKey="assignProductToCategory6"> |
| 55 | + <actionGroup ref="AdminAssignProductToCategory" stepKey="assignConfig2ChildProduct2ToCategory2"> |
56 | 56 | <argument name="productId" value="$$createConfigChildProduct2CreateConfigurableProduct2.id$$"/>
|
57 | 57 | <argument name="categoryName" value="$$createCategory2.name$$"/>
|
58 | 58 | </actionGroup>
|
|
0 commit comments