File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 122
122
<click selector =" {{AdminCreateProductConfigurationsPanel.next}}" stepKey =" clickOnNextButton3" />
123
123
<click selector =" {{AdminCreateProductConfigurationsPanel.next}}" stepKey =" clickOnNextButton4" />
124
124
</actionGroup >
125
- <actionGroup name =" AdminCreateAttributeForConfigurableProduct" >
126
- <arguments >
127
- <argument name =" attributeName" type =" string" />
128
- </arguments >
129
- <click selector =" {{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey =" clickOnNewAttribute" />
130
- <waitForPageLoad stepKey =" waitForIFrame" />
131
- <switchToIFrame selector =" {{AdminNewAttributePanel.newAttributeIFrame}}" stepKey =" switchToNewAttributeIFrame" />
132
- <fillField selector =" {{AdminNewAttributePanel.defaultLabel}}" userInput =" {{attributeName}}" stepKey =" fillDefaultLabel" />
133
- <click selector =" {{AdminNewAttributePanel.saveAttribute}}" stepKey =" clickOnNewAttributePanel" />
134
- <waitForPageLoad stepKey =" waitForSaveAttribute" />
135
- <switchToIFrame stepKey =" switchOutOfIFrame" />
136
- </actionGroup >
137
125
<actionGroup name =" createOptionsForAttribute" >
138
126
<arguments >
139
127
<argument name =" attributeName" type =" string" defaultValue =" {{productAttributeColor.default_label}}" />
Original file line number Diff line number Diff line change 13
13
<title value =" Visibility of duplicate product on the Storefront" />
14
14
<description value =" Check visibility of duplicate product on the Storefront" />
15
15
<severity value =" AVERAGE" />
16
- <testCaseId value =" MAGETWO-99396 " />
16
+ <testCaseId value =" MC-17226 " />
17
17
<useCaseId value =" MAGETWO-64923" />
18
18
<group value =" ConfigurableProduct" />
19
19
</annotations >
You can’t perform that action at this time.
0 commit comments