Skip to content

Commit b90cae4

Browse files
committed
MAGETWO-92697: Add vertical alignment to column configuration
- stabilize test: column height includes padding now
1 parent 922a999 commit b90cae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnContentTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
155155
<comment userInput="Validate Column Height On Stage With Custom Min Height Matches Expected" stepKey="commentValidateColumnHeight"/>
156156
<executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey="actualStageContentTypeHeight"/>
157-
<executeJS function="return Math.round({{PageBuilderAppearanceMinHeightProperty_200.value}} + {{PageBuilderAdvancedMarginsAndPaddingPropertyDefault.paddingTop}} + {{PageBuilderAdvancedMarginsAndPaddingPropertyDefault.paddingBottom}})" stepKey="expectedColumnHeight"/>
157+
<executeJS function="return Math.round({{PageBuilderAppearanceMinHeightProperty_200.value}} + {{PageBuilderPaddingProperty10.paddingTop}} + {{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedColumnHeight"/>
158158
<assertEquals stepKey="assertHeightOnStageMatchesExpected">
159159
<expectedResult type="variable">actualStageContentTypeHeight</expectedResult>
160160
<actualResult type="variable">expectedColumnHeight</actualResult>

0 commit comments

Comments
 (0)