File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 149
149
</arguments >
150
150
<executeJS function =" return Boolean(document.evaluate(" {{selector}}" , document.body).iterateNext().value.match(' {{value}}' ))" stepKey =" textareaValue" />
151
151
<assertContains stepKey =" assertTextareaContainsValue" >
152
- <expectedResult type =" string " >true</expectedResult >
152
+ <expectedResult type =" bool " >true</expectedResult >
153
153
<actualResult type =" variable" >textareaValue</actualResult >
154
154
</assertContains >
155
155
</actionGroup >
Original file line number Diff line number Diff line change 31
31
<magentoCLI command =" config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey =" enableTinyMCE4_1" />
32
32
<deleteData createDataKey =" createCMSPage" stepKey =" deletePreReqCMSPage" />
33
33
<deleteData createDataKey =" createCMSPageB" stepKey =" deletePreReqCMSPageB" />
34
- <actionGroup ref =" navigateToMediaGallery" stepKey =" navigateToMediaGallery" />
35
- <click selector =" {{MediaGallerySection.WysiwygArrow}}" stepKey =" openWYSIWYGFolder" />
36
- <actionGroup ref =" NavigateToMediaFolderActionGroup" stepKey =" NavigateToFolder" >
37
- <argument name =" FolderName" value =" {{ImageFolder.name}}" />
38
- </actionGroup >
39
- <actionGroup ref =" DeleteImageFromStorageActionGroup" stepKey =" DeleteImageFromStorage" >
40
- <argument name =" Image" value =" ImageUpload3" />
41
- </actionGroup >
42
34
<actionGroup ref =" logout" stepKey =" logout" />
43
35
</after >
44
36
<actionGroup ref =" navigateToCreatedCMSPage" stepKey =" navigateToCreatedCMSPage1" >
You can’t perform that action at this time.
0 commit comments