Skip to content

Commit 57a1fe9

Browse files
MAGETWO-96424: Requesition list qty of configurable product variation not updated individually
- Update automated test script
1 parent f9a4b1d commit 57a1fe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<click selector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" stepKey="clickOnConfirmInPopup"/>
132132
</actionGroup>
133133

134-
<actionGroup name="createConfigurationsForTwoAttribute" extends="createConfigurationsForAttribute">
134+
<actionGroup name="createConfigurationsForTwoAttribute" extends="generateConfigurationsByAttributeCode">
135135
<arguments>
136136
<argument name="secondAttributeCode" type="string"/>
137137
</arguments>
@@ -147,5 +147,7 @@
147147
<grabTextFrom selector="{{AdminCreateProductConfigurationsPanel.defaultLabel(secondAttributeCode)}}" stepKey="grabSecondAttributeDefaultLabel" after="grabFirstAttributeDefaultLabel"/>
148148
<click selector="{{AdminCreateProductConfigurationsPanel.selectAllByAttribute({$grabFirstAttributeDefaultLabel})}}" stepKey="clickOnSelectAllForFistAttribute" after="clickOnNextButton1"/>
149149
<click selector="{{AdminCreateProductConfigurationsPanel.selectAllByAttribute({$grabSecondAttributeDefaultLabel})}}" stepKey="clickOnSelectAllForSecondAttribute" after="clickOnSelectAllForFistAttribute"/>
150+
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickOnSaveButton2"/>
151+
<click selector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" stepKey="clickOnConfirmInPopup"/>
150152
</actionGroup>
151153
</actionGroups>

0 commit comments

Comments
 (0)