File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
<arguments >
22
22
<argument name =" contentType" />
23
23
<argument name =" section" />
24
+ <argument name =" offsetXCoordinate" defaultValue =" null" type =" string" />
25
+ <argument name =" offsetYCoordinate" defaultValue =" null" type =" string" />
24
26
</arguments >
25
27
<comment userInput =" Hover uploaded image to check Upload New Image button and Select From Gallery button" stepKey =" commentHover" />
26
- <moveMouseOver selector =" {{PageBuilderActionsSection.contentTypeInStage(contentType.role)}}" x =" 10 " y =" 0 " stepKey =" onMouseOverBannerContentTypeStage" />
28
+ <moveMouseOver selector =" {{PageBuilderActionsSection.contentTypeInStage(contentType.role)}}" x =" {{offsetXCoordinate}} " y =" {{offsetYCoordinate}} " stepKey =" onMouseOverBannerContentTypeStage" />
27
29
<waitForElementVisible selector =" {{section.uploadNewImageBtn}}" stepKey =" waitForUploadNewImageBtn" />
28
30
<waitForElementVisible selector =" {{section.selectFromGalleryImageBtn}}" stepKey =" seeSelectFromGalleryBtn2" />
29
31
</actionGroup >
Original file line number Diff line number Diff line change 1134
1134
<annotations >
1135
1135
<features value =" Pagebuilder" />
1136
1136
<stories value =" Banner" />
1137
- <title value =" Add image into Banner from the Stage" />
1137
+ <title value =" Add image into Banner from the Stage For Different Appearances " />
1138
1138
<description value =" A user should be able to add image to Banner stage when switching between appearance type" />
1139
1139
<severity value =" CRITICAL" />
1140
1140
<useCaseId value =" MAGETWO-75104" />
You can’t perform that action at this time.
0 commit comments