Skip to content

Commit 9b7477b

Browse files
Sahil.kumarManjusha.S
authored andcommitted
added new code
1 parent 8543db6 commit 9b7477b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AddNewProductAttributeInProductPageTest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696

9797

9898
<!--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+
99105
<scrollTo selector="{{AdminProductFormSection.contentTab}}" stepKey="scrollToContentTab"/>
100106
<waitForElementVisible selector="{{AdminProductFormSection.attributeTab}}" stepKey="waitForAttributeToVisible"/>
101107
<click selector="{{AdminProductFormSection.attributeTab}}" stepKey="clickOnAttribute"/>

0 commit comments

Comments
 (0)