|
134 | 134 | <before>
|
135 | 135 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
136 | 136 | <actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
|
137 |
| - <actionGroup ref="SwitchToVersion3ActionGroup" stepKey="switchToTinyMCE3" /> |
| 137 | + <magentoCLI command="config:set cms/wysiwyg/editor Magento_Tinymce3/tinymce3Adapter" stepKey="enableTinyMCE3"/> |
138 | 138 | <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
|
139 | 139 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
140 | 140 | </before>
|
|
172 | 172 | <comment userInput="Add variable to tinymce3" stepKey="comment2"/>
|
173 | 173 | <executeJS function="tinymce.get('pagebuilder_text_form_content').setContent('{{PageBuilderTextArea_VariableBaseURL.editPanelValue}}');" stepKey="addVariable"/>
|
174 | 174 | <!-- Add widget to tinymce3 -->
|
175 |
| - <comment userInput="Add widget to tinymce3" stepKey="comment3"/> |
176 |
| - <executeJS function="tinymce.get('pagebuilder_text_form_content').setContent('{{PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue}}');" stepKey="addWidget"/> |
177 |
| - <actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/> |
| 175 | + <!--<comment userInput="Add widget to tinymce3" stepKey="comment3"/>--> |
| 176 | + <!--<executeJS function="tinymce.get('pagebuilder_text_form_content').setContent('{{PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue}}');" stepKey="addWidget"/>--> |
| 177 | + <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/> |
178 | 178 | <!-- Validate Stage After Save -->
|
179 | 179 | <comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
|
180 |
| - <waitForElementVisible selector="{{TextOnStage.textAreaTextContains('1', PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue)}}" stepKey="waitForWidgetOnStage"/> |
| 180 | + <!--<waitForElementVisible selector="{{TextOnStage.textAreaTextContains('1', PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue)}}" stepKey="waitForWidgetOnStage"/>--> |
181 | 181 | <waitForElementVisible selector="{{TextOnStage.textAreaTextContains('1', PageBuilderTextArea_VariableBaseURL.editPanelValue)}}" stepKey="waitForVariableOnStage"/>
|
182 | 182 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
|
183 | 183 | <amOnPage url="" stepKey="goToBaseURL"/>
|
|
187 | 187 | </actionGroup>
|
188 | 188 | <!-- Validate Storefront -->
|
189 | 189 | <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
|
190 |
| - <waitForElementVisible selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', PageBuilderPageTitle.pageName)}}" stepKey="waitForTextStorefront"/> |
| 190 | + <!--<waitForElementVisible selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', PageBuilderPageTitle.pageName)}}" stepKey="waitForTextStorefront"/>--> |
191 | 191 | <waitForElementVisible selector="{{TextOnStorefront.textAreaText('1', '$grabBaseURL')}}" stepKey="waitForVariableStorefront"/>
|
192 | 192 | </test>
|
193 | 193 | <test name="TextAddWYSIWYGContentTypeToTabOnStage">
|
|
0 commit comments