Skip to content

Commit ae4f72c

Browse files
Karthik.VenkatesanManjusha.S
authored andcommitted
Changed the Y-cordinate in two files
1 parent ecd5c4a commit ae4f72c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/MediaGalleryUi/Test/Mftf/ActionGroup/AdminOpenMediaGalleryFromPageNoEditorActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<actionGroup name="AdminOpenMediaGalleryFromPageNoEditorActionGroup">
1212
<conditionalClick selector="{{CmsNewPagePageContentSection.header}}" dependentSelector="{{CmsNewPagePageContentSection.contentHeading}}" visible="false" stepKey="clickExpandContent"/>
1313
<waitForElementVisible selector="{{TinyMCESection.InsertImageBtn}}" stepKey="waitForInsertImageButton" />
14-
<scrollTo selector="{{TinyMCESection.InsertImageBtn}}" x="0" y="-80" stepKey="scrollToInsertImageButton"/>
14+
<scrollTo selector="{{TinyMCESection.InsertImageBtn}}" x="0" y="-100" stepKey="scrollToInsertImageButton"/>
1515
<click selector="{{TinyMCESection.InsertImageBtn}}" stepKey="clickInsertImage" />
1616
<!-- wait for initial media gallery load, where the gallery chrome loads (and triggers loading modal) -->
1717
<waitForPageLoad stepKey="waitForMediaGalleryInitialLoad"/>

app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddRestrictedRoleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<remove keyForRemoval="waitForScopeSelection"/>
1818
<remove keyForRemoval="clickSaveRoleButton"/>
1919
<remove keyForRemoval="waitForPageLoad2"/>
20-
<scrollTo selector="{{AdminEditRoleInfoSection.blockName('restrictedRole')}}" x="0" y="-100" stepKey="scrollToResourceElement" after="selectResourceAccessCustom"/>
20+
<scrollTo selector="{{AdminEditRoleInfoSection.blockName('restrictedRole')}}" x="0" y="-120" stepKey="scrollToResourceElement" after="selectResourceAccessCustom"/>
2121
</actionGroup>
2222
</actionGroups>

0 commit comments

Comments
 (0)