Skip to content

Commit e02db13

Browse files
committed
MAGETWO-92697: Add vertical alignment to column configuration
- stabilize test: column height includes padding now
1 parent 435eec8 commit e02db13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@
8686
</actionGroup>
8787
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
8888
<comment userInput="Validate Column Height On Stage With Custom Min Height Matches Expected" stepKey="commentValidateColumnHeight"/>
89-
<actionGroup ref="validateContentTypeHeightOnStageWithoutPadding" stepKey="assertInitialColumnHeightMatchesExpected">
89+
<actionGroup ref="validateContentTypeHeightOnStage" stepKey="assertInitialColumnHeightMatchesExpected">
9090
<argument name="contentType" value="PageBuilderColumnContentType"/>
9191
<argument name="index" value="1"/>
9292
<argument name="containerDefaultHeight" value="PageBuilderAppearanceMinHeightProperty"/>
93+
<argument name="expectedPaddingTop" value="PageBuilderPaddingProperty10"/>
94+
<argument name="expectedPaddingBottom" value="PageBuilderPaddingProperty10"/>
9395
</actionGroup>
9496
<executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey="actualStageInitialColumnHeight"/>
9597
<comment userInput="Validate Row Height adjusts to Column Height" stepKey="commentValidateRowHeightAdjustToColumn"/>

0 commit comments

Comments
 (0)