File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnContentTest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
<executeJS function =" {{PageBuilderStage.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey =" actualStageInitialColumnHeight" />
48
48
<comment userInput =" Validate Row Height adjusts to Column Height" stepKey =" commentValidateRowHeightAdjustToColumn" />
49
49
<executeJS function =" {{PageBuilderStage.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey =" actualStageRowHeightWithColumns" />
50
- <executeJS function =" return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingProperty10 .paddingTop}}+{{PageBuilderPaddingProperty10 .paddingBottom}})" stepKey =" expectedRowHeightWithPaddingAndColumns" />
50
+ <executeJS function =" return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingPropertyDefault .paddingTop}}+{{PageBuilderPaddingPropertyDefault .paddingBottom}})" stepKey =" expectedRowHeightWithPaddingAndColumns" />
51
51
<assertGreaterThanOrEqual stepKey =" assertRowHeightAdjustsToColumnHeight" >
52
52
<expectedResult type =" variable" >expectedRowHeightWithPaddingAndColumns</expectedResult >
53
53
<actualResult type =" variable" >actualStageRowHeightWithColumns</actualResult >
66
66
</assertEquals >
67
67
<comment userInput =" Validate Row Height does not shrink to Tabs height" stepKey =" commentValidateRowHeightWithColumnAndTabs" />
68
68
<executeJS function =" {{PageBuilderStage.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey =" actualStageRowHeightWithColumnsAndTabs" />
69
- <executeJS function =" return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingProperty10 .paddingTop}}+{{PageBuilderPaddingProperty10 .paddingBottom}})" stepKey =" expectedRowHeightWithColumnTabsAndPadding" />
69
+ <executeJS function =" return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingPropertyDefault .paddingTop}}+{{PageBuilderPaddingPropertyDefault .paddingBottom}})" stepKey =" expectedRowHeightWithColumnTabsAndPadding" />
70
70
<assertGreaterThanOrEqual stepKey =" assertRowHeightAdjustsToTabsHeight" >
71
71
<expectedResult type =" variable" >expectedRowHeightWithColumnTabsAndPadding</expectedResult >
72
72
<actualResult type =" variable" >actualStageRowHeightWithColumnsAndTabs</actualResult >
You can’t perform that action at this time.
0 commit comments