Skip to content

Commit e2dd9b7

Browse files
Merge pull request #277 from magento-gl/Arrows_platform_health_Extjs
Arrows Platform Health Migration from ExtJs to Jstree
2 parents 36a0256 + 25ba357 commit e2dd9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductPageBuilderTest/PageBuilderCatalogProductProductFullWidthValidateAttributeOrderTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<waitForPageLoad stepKey="waitForAttributeSetGrid"/>
129129
<click selector="{{AdminProductAttributeSetGridSection.AttributeSetName('Default')}}" stepKey="navigateToDefaultAttributeSet"/>
130130
<waitForPageLoad stepKey="waitForAttributeSetEditPage"/>
131-
<dragAndDrop selector1="{{AdminProductAttributeSetSection.attribute($$createPageBuilderAttribute1.attribute_code$$)}}" selector2="{{AdminProductAttributeSetSection.attribute('weight')}}" stepKey="dragFirstAttributeToWeight"/>
131+
<dragAndDrop selector1="{{AdminProductAttributeSetSection.attribute($$createPageBuilderAttribute1.attribute_code$$)}}" selector2="{{AdminProductAttributeSetSection.attribute('price')}}" stepKey="dragFirstAttributeToWeight"/>
132132
<waitForPageLoad stepKey="waitForDragAndDrop"/>
133133
<dragAndDrop selector1="{{AdminProductAttributeSetSection.attribute($$createPageBuilderAttribute2.attribute_code$$)}}" selector2="{{AdminProductAttributeSetSection.attribute('status')}}" stepKey="dragSecondAttributeToStatus"/>
134134
<waitForPageLoad stepKey="waitForDragAndDrop2"/>

0 commit comments

Comments
 (0)