Skip to content

Commit a3c5ef1

Browse files
committed
MC-822: [Jenkins] MFTF Failures After Merge
- Fixing x,y coordinates in verifyUploadImageButtons action group - Fixing duplicate test name
1 parent 21c36f0 commit a3c5ef1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ImageActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
<arguments>
2222
<argument name="contentType"/>
2323
<argument name="section"/>
24+
<argument name="offsetXCoordinate" defaultValue="null" type="string"/>
25+
<argument name="offsetYCoordinate" defaultValue="null" type="string"/>
2426
</arguments>
2527
<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"/>
2729
<waitForElementVisible selector="{{section.uploadNewImageBtn}}" stepKey="waitForUploadNewImageBtn" />
2830
<waitForElementVisible selector="{{section.selectFromGalleryImageBtn}}" stepKey="seeSelectFromGalleryBtn2" />
2931
</actionGroup>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCommonTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
<annotations>
11351135
<features value="Pagebuilder"/>
11361136
<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"/>
11381138
<description value="A user should be able to add image to Banner stage when switching between appearance type"/>
11391139
<severity value="CRITICAL"/>
11401140
<useCaseId value="MAGETWO-75104"/>

0 commit comments

Comments
 (0)