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 67
67
<comment userInput =" Hover over content type in stage and click Select From Gallery button" stepKey =" commentHover" />
68
68
<moveMouseOver selector =" {{PageBuilderStage.contentTypeInStage(contentType.role)}}" x =" {{offsetXCoordinate}}" y =" {{offsetYCoordinate}}" stepKey =" onMouseOverImageContentTypeStage" />
69
69
<waitForElementVisible selector =" {{section.selectFromGalleryImageBtn}}" stepKey =" seeSelectFromGalleryBtn2" />
70
- <click selector =" {{section.selectFromGalleryImageBtn}}" stepKey =" seeSelectFromGalleryBtn1 " />
70
+ <click selector =" {{section.selectFromGalleryImageBtn}}" stepKey =" clickSelectFromGalleryBtn1 " />
71
71
<waitForPageLoad stepKey =" waitForPageLoad" />
72
72
</actionGroup >
73
73
</actionGroups >
Original file line number Diff line number Diff line change 243
243
<createData entity =" _defaultCmsPage" stepKey =" createCMSPage" />
244
244
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
245
245
<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 >
247
249
</before >
248
250
<after >
249
251
<actionGroup ref =" navigateToMediaGallery" stepKey =" navigateToMediaGallery" />
You can’t perform that action at this time.
0 commit comments