|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
11 |
| - <test name="AdminCloneConfigurableProductWithTwoAttributes"> |
| 11 | + <test name="AdminCloneConfigurableProductWithTwoAttributesTest"> |
12 | 12 | <annotations>
|
13 | 13 | <features value="ConfigurableProduct"/>
|
14 | 14 | <stories value="Clone configurable product with two attribute"/>
|
15 |
| - <title |
16 |
| - value="Clone configurable product with two attribute and verify the admin is able to save the product"/> |
17 |
| - <description |
18 |
| - value="Admin should be able to clone a configurable product using Save and Duplicate functionality, configure it with multiple attributes (color and size), and save it successfully"/> |
| 15 | + <title value="Clone configurable product with two attribute and verify the admin is able to save the product"/> |
| 16 | + <description value="Admin can clone configurable product with Save and Duplicate and configure multiple attributes"/> |
19 | 17 | <severity value="CRITICAL"/>
|
20 | 18 | <testCaseId value="AC-8464"/>
|
21 | 19 | <group value="ConfigurableProduct"/>
|
|
139 | 137 | <actionGroup ref="SetCategoryByNameActionGroup" stepKey="assignToCategory">
|
140 | 138 | <argument name="categoryName" value="$$createCategory.name$$"/>
|
141 | 139 | </actionGroup>
|
142 |
| - <actionGroup ref="CreateConfigurationsForTwoAttributesTwoOptionsActionGroup" stepKey="createConfigurations"> |
| 140 | + <actionGroup ref="AdminSelectTwoOptionsPerAttributeActionGroup" stepKey="createConfigurations"> |
143 | 141 | <argument name="attributeCode" value="{{colorProductVisualAttributeWithOptions.default_label}}"/>
|
144 | 142 | <argument name="secondAttributeCode" value="{{sizeProductAttributeWithOptions.default_label}}"/>
|
145 | 143 | <argument name="firstAttributeOption1" value="{{Blue.default_label}}"/>
|
|
189 | 187 | stepKey="clickEditConfigurations"/>
|
190 | 188 | <waitForPageLoad stepKey="waitForConfigurationsPageLoad"/>
|
191 | 189 | <!-- Step 5,6,7,8,9: Select all options -->
|
192 |
| - <actionGroup ref="AdminSelectAllValueOfTwoAttributesAndSelectSingleImageAndPricePageActionGroup" stepKey="configureProductVariations"> |
| 190 | + <actionGroup ref="AdminSelectSingleImageAndPriceForConfigurationAttributeActionGroup" stepKey="configureProductVariations"> |
193 | 191 | <argument name="attributeLabel1" value="{{colorProductVisualAttributeWithOptions.default_label}}"/>
|
194 | 192 | <argument name="attributeLabel2" value="{{sizeProductAttributeWithOptions.default_label}}"/>
|
195 | 193 | <argument name="quantity" value="{{ImportProductSimple1_Configurable.quantity}}"/>
|
|
0 commit comments