File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 96
96
97
97
98
98
<!-- Step 8: Verify product attribute added in product form -->
99
+ <!-- <actionGroup ref="AdminAssertProductAttributeOnProductEditPageActionGroup" stepKey="adminProductAssertAttribute">
100
+ <argument name="attributeLabel" value="{{ProductAttributeFrontendLabel.label}}"/>
101
+ <argument name="attributeCode" value="{{newProductAttribute.attribute_code}}"/>
102
+ </actionGroup> -->
103
+
104
+
99
105
<scrollTo selector =" {{AdminProductFormSection.contentTab}}" stepKey =" scrollToContentTab" />
100
106
<waitForElementVisible selector =" {{AdminProductFormSection.attributeTab}}" stepKey =" waitForAttributeToVisible" />
101
107
<click selector =" {{AdminProductFormSection.attributeTab}}" stepKey =" clickOnAttribute" />
You can’t perform that action at this time.
0 commit comments