Skip to content

Commit 387c4ad

Browse files
ManikyalaraoManjusha.S
authored andcommitted
did changes
1 parent d30bdf1 commit 387c4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<stories value="Edit attribute set"/>
1414
<title value="Add and Update a custom group in an Attribute Set"/>
1515
<description value="Create a new group. Assign/unassign attributes to/from it"/>
16-
<severity value="BLOCKER"/>
16+
<severity value="MAJOR"/>
1717
<testCaseId value="MC-26919"/>
1818
<group value="Catalog"/>
1919
</annotations>
@@ -60,7 +60,7 @@
6060
<!-- Move custom Product Attribute to new 'Custom group' Group -->
6161

6262
<waitForAjaxLoad stepKey="waitForAjaxLoad"/>
63-
<click selector="{{AdminProductAttributeSetEditSection.attributeGroupExtender(customGroup.name)}}" stepKey="click"/>
63+
<click selector="{{AdminProductAttributeSetEditSection.attributeGroupExtender(customGroup.name)}}" stepKey="clickButtonOk"/>
6464
<waitForPageLoad stepKey="waitForPageLoadAfterClick"/>
6565
<dragAndDrop selector1="{{AdminProductAttributeSetEditSection.unassignedAttribute($$createConfigProductAttribute.attribute_code$$)}}" selector2="{{AdminProductAttributeSetEditSection.attributeGroupExtender(customGroup.name)}}" stepKey="moveAttribute"/>
6666
<waitForPageLoad stepKey="waitForDragAndDrop"/>

0 commit comments

Comments
 (0)