|
107 | 107 | <!-- Switch to Textarea -->
|
108 | 108 | <comment userInput="Switch to Textarea" stepKey="comment7"/>
|
109 | 109 | <magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
|
110 |
| - <magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE3_1"/> |
| 110 | + <magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4_1"/> |
111 | 111 | <reloadPage stepKey="reloadPage2"/>
|
112 | 112 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage4_1"/>
|
113 | 113 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage1">
|
|
118 | 118 | <comment userInput="Add image to TextArea" stepKey="comment8"/>
|
119 | 119 | <waitForElementVisible selector="{{TextOnConfiguration.insertImageButton}}" stepKey="waitForInsertImage"/>
|
120 | 120 | <click selector="{{TextOnConfiguration.insertImageButton}}" stepKey="clickInsertImage"/>
|
| 121 | + <click stepKey="clickStorageRoot" selector="{{MediaGallerySection.StorageRootArrow}}" /> |
121 | 122 | <actionGroup ref="CreateImageFolder" stepKey="CreateImageFolder">
|
122 | 123 | <argument name="ImageFolder" value="ImageFolder"/>
|
123 | 124 | </actionGroup>
|
|
130 | 131 | <!-- Switch to TinyMCE4 -->
|
131 | 132 | <comment userInput="Switch to TinyMCE4 " stepKey="comment9"/>
|
132 | 133 | <magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG1"/>
|
133 |
| - <magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4_1"/> |
| 134 | + <magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4_2"/> |
134 | 135 | <!-- Verify image on TinyMCE4 -->
|
135 | 136 | <comment userInput="Verify data on TinyMCE4" stepKey="comment10"/>
|
136 | 137 | <reloadPage stepKey="reloadPage3"/>
|
|
501 | 502 | </actionGroup>
|
502 | 503 | <!--Assert Text placeholder-->
|
503 | 504 | <comment userInput="Assert Text placeholder" stepKey="assertTextPlaceholder"/>
|
504 |
| - <seeElement selector="{{TextOnStage.textareaPlaceholder('1')}}" stepKey="seeTextPlaceholder"/> |
| 505 | + <seeElement selector="{{TextOnStage.textPlaceholder('1')}}" stepKey="seeTextPlaceholder"/> |
505 | 506 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
|
506 | 507 | <!--Verify empty content type on storefront-->
|
507 | 508 | <comment userInput="Verify empty content type on storefront" stepKey="commentVerifyEmptyBlock"/>
|
|
0 commit comments