Skip to content

Commit 1669ec9

Browse files
committed
MC-5405: Column Minimum Height Issues
- update existing tests to exclude padding from expected column height
1 parent 0157d1a commit 1669ec9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141
</actionGroup>
4242
<seeNumberOfElements selector="{{ColumnOnBackend.columnGroupColumns('1')}}" userInput="2" stepKey="seeElementColumn"/>
4343
<comment userInput="Validate Initial Column Height On Stage Matches Expected" stepKey="commentValidateColumnHeight"/>
44-
<actionGroup ref="validateContentTypeHeightOnStage" stepKey="assertInitialColumnHeightMatchesExpected">
44+
<actionGroup ref="validateContentTypeHeightOnStageWithoutPadding" stepKey="assertInitialColumnHeightMatchesExpected">
4545
<argument name="contentType" value="PageBuilderColumnContentType"/>
4646
<argument name="index" value="1"/>
4747
<argument name="containerDefaultHeight" value="PageBuilderEmptyColumnHeightProperty"/>
48-
<argument name="expectedPaddingTop" value="PageBuilderPaddingProperty10"/>
49-
<argument name="expectedPaddingBottom" value="PageBuilderPaddingProperty10"/>
5048
</actionGroup>
5149
<executeJS function="{{PageBuilderStage.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey="actualStageInitialColumnHeight"/>
5250
<comment userInput="Validate Row Height adjusts to Column Height" stepKey="commentValidateRowHeightAdjustToColumn"/>

0 commit comments

Comments
 (0)