File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 154
154
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
155
155
<comment userInput =" Validate Column Height On Stage With Custom Min Height Matches Expected" stepKey =" commentValidateColumnHeight" />
156
156
<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" />
158
158
<assertEquals stepKey =" assertHeightOnStageMatchesExpected" >
159
159
<expectedResult type =" variable" >actualStageContentTypeHeight</expectedResult >
160
160
<actualResult type =" variable" >expectedColumnHeight</actualResult >
You can’t perform that action at this time.
0 commit comments