File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 106
106
<waitForElementVisible selector =" {{AttributeManageSwatchSection.textSwatchStoreViewValue('M2')}}" stepKey =" assertMSizeStoreViewValue" />
107
107
<waitForElementVisible selector =" {{AttributeManageSwatchSection.textSwatchStoreViewValue('L3')}}" stepKey =" assertLSizeStoreViewValue" />
108
108
<waitForElementVisible selector =" {{AttributeManageSwatchSection.textSwatchStoreViewValue('XL')}}" stepKey =" assertXLSizeStoreViewValue" />
109
- ``` <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
109
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
110
110
<argument name =" indices" value =" " />
111
111
</actionGroup >
112
112
<!-- Flush cache -->
115
115
</actionGroup >
116
116
117
117
<!-- Add created attribute to default attribute set-->
118
- <comment userInput = " Go to default attribute set edit page and add the product attribute to the set " stepKey =" commentAttributeSetEdit " />
119
- <amOnPage url = " {{AdminProductAttributeSetEditPage.url}}/{{AddToDefaultSet.attributeSetId}}/ " stepKey =" onAttributeSetEdit " />
118
+ <actionGroup ref = " AdminOpenAttributeSetGridPageActionGroup " stepKey =" openAttributeSetPage " />
119
+ <actionGroup ref = " AdminOpenAttributeSetByNameActionGroup " stepKey =" openDefaultAttributeSet " />
120
120
<dragAndDrop selector1 =" {{AdminProductAttributeSetSection.attribute('size')}}" selector2 =" {{AdminProductAttributeSetSection.attribute('Product Details')}}" stepKey =" assignTestAttributes" />
121
121
<waitForElementClickable selector =" {{AdminProductAttributeSetSection.saveBtn}}" stepKey =" waitToClickOnAttributeSetSaveButton" />
122
122
<click selector =" {{AdminProductAttributeSetSection.saveBtn}}" stepKey =" clickAttributeSetSave" />
You can’t perform that action at this time.
0 commit comments