|
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-->
|
|
94 | 94 | <click selector="{{TextOnStage.textareaPlaceholder('1')}}" stepKey="focusOnEditorArea"/>
|
95 | 95 | <fillField selector="{{TextOnStage.textareaPlaceholder('1')}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillTextToTextarea"/>
|
96 | 96 | <click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromTextarea"/>
|
97 |
| - <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/> |
| 97 | + <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/> |
98 | 98 | <!-- Validate Stage -->
|
99 | 99 | <comment userInput="Validate Stage" stepKey="commentValidateStage"/>
|
| 100 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
100 | 101 | <waitForElementVisible selector="{{TextOnStage.textAreaText('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage1"/>
|
101 | 102 | <!--Verify inputed text on slideout-->
|
102 | 103 | <comment userInput="Verify inputed text on slideout" stepKey="commentVerifyTextOnSlideout"/>
|
|
106 | 107 | <executeJS function="return document.getElementById('{{TextOnConfiguration.textAreaId}}').value;" stepKey="getText"/>
|
107 | 108 | <assertContains stepKey="assertEquals1" message="pass">
|
108 | 109 | <expectedResult type="string">{{PageBuilderTextProperty.value}}</expectedResult>
|
109 |
| - <actualResult type="variable">getText</actualResult> |
| 110 | + <actualResult type="variable">$getText</actualResult> |
110 | 111 | </assertContains>
|
111 | 112 | <actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
|
112 | 113 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
|
|
0 commit comments