File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 8787 </actionGroup >
8888 <actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
8989 <comment userInput =" Validate Column Height On Stage With Custom Min Height Matches Expected" stepKey =" commentValidateColumnHeight" />
90- <actionGroup ref =" validateContentTypeHeightOnStage " stepKey =" assertInitialColumnHeightMatchesExpected" >
90+ <actionGroup ref =" validateContentTypeHeightOnStageWithoutPadding " stepKey =" assertInitialColumnHeightMatchesExpected" >
9191 <argument name =" contentType" value =" PageBuilderColumnContentType" />
9292 <argument name =" index" value =" 1" />
9393 <argument name =" containerDefaultHeight" value =" PageBuilderMinHeightProperty_500" />
94- <argument name =" expectedPaddingTop" value =" PageBuilderPaddingProperty10" />
95- <argument name =" expectedPaddingBottom" value =" PageBuilderPaddingProperty10" />
9694 </actionGroup >
9795 <executeJS function =" {{PageBuilderStage.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey =" actualStageInitialColumnHeight" />
9896 <comment userInput =" Validate Row Height adjusts to Column Height" stepKey =" commentValidateRowHeightAdjustToColumn" />
156154 <actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
157155 <comment userInput =" Validate Column Height On Stage With Custom Min Height Matches Expected" stepKey =" commentValidateColumnHeight" />
158156 <executeJS function =" {{PageBuilderStage.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey =" actualStageContentTypeHeight" />
159- <executeJS function =" return Math.round({{PageBuilderMinHeightProperty_200.value}} + {{PageBuilderPaddingProperty10.paddingTop}} + {{PageBuilderPaddingProperty10.paddingBottom}} )" stepKey =" expectedColumnHeight" />
157+ <executeJS function =" return Math.round({{PageBuilderMinHeightProperty_200.value}})" stepKey =" expectedColumnHeight" />
160158 <assertEquals stepKey =" assertHeightOnStageMatchesExpected" >
161159 <expectedResult type =" variable" >actualStageContentTypeHeight</expectedResult >
162160 <actualResult type =" variable" >expectedColumnHeight</actualResult >
You can’t perform that action at this time.
0 commit comments