File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 131
131
<click selector =" {{AdminChooseAffectedAttributeSetPopup.confirm}}" stepKey =" clickOnConfirmInPopup" />
132
132
</actionGroup >
133
133
134
- <actionGroup name =" createConfigurationsForTwoAttribute" extends =" createConfigurationsForAttribute " >
134
+ <actionGroup name =" createConfigurationsForTwoAttribute" extends =" generateConfigurationsByAttributeCode " >
135
135
<arguments >
136
136
<argument name =" secondAttributeCode" type =" string" />
137
137
</arguments >
147
147
<grabTextFrom selector =" {{AdminCreateProductConfigurationsPanel.defaultLabel(secondAttributeCode)}}" stepKey =" grabSecondAttributeDefaultLabel" after =" grabFirstAttributeDefaultLabel" />
148
148
<click selector =" {{AdminCreateProductConfigurationsPanel.selectAllByAttribute({$grabFirstAttributeDefaultLabel})}}" stepKey =" clickOnSelectAllForFistAttribute" after =" clickOnNextButton1" />
149
149
<click selector =" {{AdminCreateProductConfigurationsPanel.selectAllByAttribute({$grabSecondAttributeDefaultLabel})}}" stepKey =" clickOnSelectAllForSecondAttribute" after =" clickOnSelectAllForFistAttribute" />
150
+ <click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" clickOnSaveButton2" />
151
+ <click selector =" {{AdminChooseAffectedAttributeSetPopup.confirm}}" stepKey =" clickOnConfirmInPopup" />
150
152
</actionGroup >
151
153
</actionGroups >
You can’t perform that action at this time.
0 commit comments