Skip to content

Commit 9531346

Browse files
committed
MC-3308: Automate MFTF for MC-1416
1 parent 6e662ab commit 9531346

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<comment userInput="Hover over content type in stage and click Select From Gallery button" stepKey="commentHover"/>
6868
<moveMouseOver selector="{{PageBuilderStage.contentTypeInStage(contentType.role)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="onMouseOverImageContentTypeStage"/>
6969
<waitForElementVisible selector="{{section.selectFromGalleryImageBtn}}" stepKey="seeSelectFromGalleryBtn2" />
70-
<click selector="{{section.selectFromGalleryImageBtn}}" stepKey="seeSelectFromGalleryBtn1" />
70+
<click selector="{{section.selectFromGalleryImageBtn}}" stepKey="clickSelectFromGalleryBtn1" />
7171
<waitForPageLoad stepKey="waitForPageLoad"/>
7272
</actionGroup>
7373
</actionGroups>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@
243243
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />
244244
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
245245
<actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4" />
246-
<actionGroup ref="useStaticURLForMediaContentInWYSIWYGActionGroup" stepKey="useStaticURLForMediaContentInWYSIWYG"/>
246+
<actionGroup ref="UseStaticURLForMediaContentInWYSIWYG" stepKey="useStaticURLForMediaContentInWYSIWYG">
247+
<argument name="value" value="Yes"/>
248+
</actionGroup>
247249
</before>
248250
<after>
249251
<actionGroup ref="navigateToMediaGallery" stepKey="navigateToMediaGallery"/>

0 commit comments

Comments
 (0)