|
46 | 46 | <executeJS function="return jQuery('.inline-wysiwyg-textarea').css('min-height');" stepKey="height"/>
|
47 | 47 | <assertEquals stepKey="assertMinHeight">
|
48 | 48 | <actualResult type="variable">height</actualResult>
|
49 |
| - <expectedResult type="string">50px</expectedResult> |
| 49 | + <expectedResult type="string">{{PageBuilderTextProperty.minHeight}}</expectedResult> |
50 | 50 | </assertEquals>
|
51 | 51 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
|
52 | 52 | <!--Verify empty content type on storefront-->
|
|
142 | 142 | </annotations>
|
143 | 143 | <before>
|
144 | 144 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
145 |
| - <actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/> |
146 | 145 | <magentoCLI command="config:set cms/wysiwyg/editor Magento_Tinymce3/tinymce3Adapter" stepKey="enableTinyMCE3"/>
|
147 | 146 | <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
|
148 | 147 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
149 | 148 | </before>
|
150 | 149 | <after>
|
151 | 150 | <actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4" />
|
152 |
| - <actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/> |
153 | 151 | <actionGroup ref="logout" stepKey="logout"/>
|
154 | 152 | </after>
|
155 | 153 | <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle">
|
|
171 | 169 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
|
172 | 170 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
173 | 171 | </actionGroup>
|
174 |
| - <!--<waitForElementVisible selector="{{TinyMCESection.TinyMCE3}}" stepKey="waitForTinyMCE3" />--> |
| 172 | + <waitForElementVisible selector="{{TinyMCESection.TinyMCE3}}" stepKey="waitForTinyMCE3" /> |
175 | 173 | <switchToIFrame selector="{{TextOnConfiguration.tinyMCEIFrame}}" stepKey="switchToIFrame1"/>
|
176 | 174 | <!-- Verify inputed text is carried out to slideout -->
|
177 | 175 | <comment userInput="Verify inputed text is carried out to slideout" stepKey="comment1"/>
|
|
196 | 194 | </actionGroup>
|
197 | 195 | <!-- Validate Storefront -->
|
198 | 196 | <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
|
199 |
| - <!--<waitForElementVisible selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', PageBuilderPageTitle.pageName)}}" stepKey="waitForTextStorefront"/>--> |
200 | 197 | <waitForElementVisible selector="{{TextOnStorefront.textAreaText('1', '$grabBaseURL')}}" stepKey="waitForVariableStorefront"/>
|
201 | 198 | </test>
|
202 | 199 | <test name="TextAddWYSIWYGContentTypeToTabOnStage">
|
|
1499 | 1496 | <testCaseId value="MC-3670"/>
|
1500 | 1497 | <group value="pagebuilder"/>
|
1501 | 1498 | <group value="pagebuilder-text"/>
|
1502 |
| - <!--<group value="pagebuilder-customBeforeAfter"/>--> |
| 1499 | + <group value="pagebuilder-customBeforeAfter"/> |
1503 | 1500 | </annotations>
|
1504 | 1501 | <before>
|
1505 | 1502 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
1506 |
| - <actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/> |
| 1503 | + <actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/> |
1507 | 1504 | <actionGroup ref="enablePageBuilderSetting" stepKey="enablePageBuilderSetting"/>
|
1508 | 1505 | <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
|
1509 | 1506 | <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle">
|
|
1513 | 1510 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
1514 | 1511 | </before>
|
1515 | 1512 | <after>
|
1516 |
| - <actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/> |
| 1513 | + <actionGroup ref="en" stepKey="disableWYSIWYG"/> |
1517 | 1514 | <actionGroup ref="logout" stepKey="logout"/>
|
1518 | 1515 | </after>
|
1519 | 1516 | <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup">
|
|
0 commit comments