|
29 | 29 | <argument name="contentType" value="PageBuilderBannerContentType"/>
|
30 | 30 | <argument name="index" value="1"/>
|
31 | 31 | </actionGroup>
|
32 |
| - <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="removeBannerDefaultMinHeight" before="enterPadding"> |
33 |
| - <argument name="property" value="PageBuilderMinHeightProperty_Empty"/> |
34 |
| - </actionGroup> |
35 |
| - <actionGroup ref="fillSlideOutPanelFieldPadding" stepKey="enterPadding"> |
36 |
| - <argument name="property" value="PageBuilderPaddingProperty40"/> |
37 |
| - </actionGroup> |
38 | 32 |
|
39 | 33 | <!-- Duplicate Banner Content Type -->
|
40 | 34 | <actionGroup ref="duplicateContentType" stepKey="duplicateContentType1">
|
|
73 | 67 | <argument name="contentType" value="PageBuilderBannerContentType"/>
|
74 | 68 | <argument name="contentTypeIndex" value="3"/>
|
75 | 69 | </actionGroup>
|
| 70 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterEmptyMinHeightValue" before="validateEmptyHeightField2"> |
| 71 | + <argument name="property" value="PageBuilderMinHeightProperty_Empty"/> |
| 72 | + </actionGroup> |
76 | 73 | <!-- Banner 3: Mobile Min Height = 200px -->
|
77 | 74 | <actionGroup ref="openPageBuilderEditPanelByIndex" stepKey="openEditPanel6">
|
78 | 75 | <argument name="contentType" value="PageBuilderBannerContentType"/>
|
|
102 | 99 | <executeJS function="return document.evaluate('{{BannerOnBackend.overlay('3')}}', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.getBoundingClientRect().height" stepKey="thirdMinHeightCMSBlockStageDesktop"/>
|
103 | 100 | <assertEquals stepKey="assertThirdMinHeightCMSBlockStageDesktop">
|
104 | 101 | <actualResult type="variable">thirdMinHeightCMSBlockStageDesktop</actualResult>
|
105 |
| - <expectedResult type="string">130</expectedResult> |
| 102 | + <expectedResult type="string">50</expectedResult> |
106 | 103 | </assertEquals>
|
107 | 104 |
|
108 | 105 | <!-- Validate CMS Block Stage Mobile Viewport -->
|
|
150 | 147 | <executeJS function="return document.evaluate('{{BannerOnFrontend.overlay('3')}}', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.getBoundingClientRect().height" stepKey="thirdMinHeightCMSPageStageDesktop"/>
|
151 | 148 | <assertEquals stepKey="assertThirdMinHeightCMSPageStageDesktop">
|
152 | 149 | <actualResult type="variable">thirdMinHeightCMSPageStageDesktop</actualResult>
|
153 |
| - <expectedResult type="string">130</expectedResult> |
| 150 | + <expectedResult type="string">50</expectedResult> |
154 | 151 | </assertEquals>
|
155 | 152 |
|
156 | 153 | <!-- Validate CMS Page Stage Mobile Viewport -->
|
|
198 | 195 | <executeJS function="return document.evaluate('{{BannerOnFrontend.overlay('3')}}', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.getBoundingClientRect().height" stepKey="thirdMinHeightStorefront"/>
|
199 | 196 | <assertEquals stepKey="assertThirdMinHeightStorefront">
|
200 | 197 | <actualResult type="variable">thirdMinHeightCMSPageStageDesktop</actualResult>
|
201 |
| - <expectedResult type="string">130</expectedResult> |
| 198 | + <expectedResult type="string">50</expectedResult> |
202 | 199 | </assertEquals>
|
203 | 200 |
|
204 | 201 | <!-- Validate Storefront Mobile -->
|
|
0 commit comments