Skip to content

Commit 516057f

Browse files
author
Anna Bukatar
committed
ACP2E-980: Customizable options Drag and drop issue
1 parent 049a84b commit 516057f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</actionGroup>
2828

2929
<!-- Validate drag&drop -->
30+
<scrollTo selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey="scrollToCustomOptionsSection"/>
3031
<dragAndDrop selector1="{{AdminProductCustomizableOptionsSection.dragCustomOptionRecord('2')}}" selector2="{{AdminProductCustomizableOptionsSection.dragCustomOptionRecord('1')}}" stepKey="moveCustomOptionRecord"/>
3132
<waitForPageLoad stepKey="waitForDragAndDrop"/>
3233
<see userInput="{{ProductOptionDropDown.title}}2" selector="{{AdminProductCustomizableOptionsSection.customOptionRecordTitle('1')}}" stepKey="seeCustomOptionRecord"/>
3334

3435
<!-- Validate custom options records per page -->
35-
<scrollToTopOfPage stepKey="scrollToPerPageDropdown"/>
3636
<actionGroup ref="AdminOpenAndApplyCustomOptionRecordsPerPageActionGroup" stepKey="openAndApplyCustomOptionsPerPageDropdown">
3737
<argument name="perPageInputValue" value="1"/>
3838
</actionGroup>

0 commit comments

Comments
 (0)