|
177 | 177 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
178 | 178 | <waitForElementVisible selector="{{ColumnOnBackend.base('1')}}" stepKey="waitForColumnOnStage" />
|
179 | 179 | </test>
|
| 180 | + <test name="ColumnWithBordersAndPaddingEqualToMinHeight" extends="RowWithBordersAndPaddingEqualToMinHeight"> |
| 181 | + <annotations> |
| 182 | + <features value="PageBuilder"/> |
| 183 | + <stories value="Column"/> |
| 184 | + <title value="Column height is equal to minimum height"/> |
| 185 | + <description value="A user can see Column height with borders and padding is equal to min height"/> |
| 186 | + <severity value="CRITICAL"/> |
| 187 | + <useCaseId value="MC-5079"/> |
| 188 | + <testCaseId value="MC-5771"/> |
| 189 | + <group value="pagebuilder"/> |
| 190 | + <group value="pagebuilder-column"/> |
| 191 | + </annotations> |
| 192 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 193 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 194 | + </actionGroup> |
| 195 | + <actionGroup ref="dragContentTypeToStage" after="commentConfigureContentType" stepKey="dragContentTypeToStage"> |
| 196 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 197 | + </actionGroup> |
| 198 | + <actionGroup ref="openPageBuilderEditPanelByIndex" stepKey="openEditPanel"> |
| 199 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 200 | + <argument name="contentTypeIndex" value="1"/> |
| 201 | + </actionGroup> |
| 202 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightBeforeSave"> |
| 203 | + <argument name="content" value="{{ColumnOnBackend.baseCSS}}"/> |
| 204 | + <argument name="border" value="PageBuilderAdvancedBorderWidthProperty10"/> |
| 205 | + <argument name="padding" value="PageBuilderPaddingProperty10"/> |
| 206 | + </actionGroup> |
| 207 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightAfterSave"> |
| 208 | + <argument name="content" value="{{ColumnOnBackend.baseCSS}}"/> |
| 209 | + <argument name="border" value="PageBuilderAdvancedBorderWidthProperty10"/> |
| 210 | + <argument name="padding" value="PageBuilderPaddingProperty10"/> |
| 211 | + </actionGroup> |
| 212 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 213 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 214 | + </actionGroup> |
| 215 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightStorefront"> |
| 216 | + <argument name="content" value="{{ColumnOnFrontend.baseCSS}}"/> |
| 217 | + </actionGroup> |
| 218 | + </test> |
180 | 219 | <test name="ColumnConfigurationHasVerticalAlignment">
|
181 | 220 | <annotations>
|
182 | 221 | <features value="PageBuilder"/>
|
|
0 commit comments