|
50 | 50 | <comment userInput="Validate Row Height adjusts to Tabs inside Column" stepKey="commentValidateRowHeightWithColumnAndTabs"/>
|
51 | 51 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey="actualStageRowHeightWithColumnsAndTabs"/>
|
52 | 52 | <executeJS function="return Math.round({$actualStageColumnHeightWithTabs}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedRowHeightWithColumnTabsAndPadding"/>
|
53 |
| - <assertEquals stepKey="assertRowHeightAdjustsToTabsHeight"> |
| 53 | + <assertGreaterThanOrEqual stepKey="assertRowHeightAdjustsToTabsHeight"> |
54 | 54 | <expectedResult type="variable">expectedRowHeightWithColumnTabsAndPadding</expectedResult>
|
55 | 55 | <actualResult type="variable">actualStageRowHeightWithColumnsAndTabs</actualResult>
|
56 |
| - </assertEquals> |
| 56 | + </assertGreaterThanOrEqual> |
57 | 57 | </test>
|
58 | 58 | <test name="TabsAddToColumnWithSetLargeMinimumHeightAndHeightDoesNotAdjust">
|
59 | 59 | <annotations>
|
|
95 | 95 | <comment userInput="Validate Row Height adjusts to Column Height" stepKey="commentValidateRowHeightAdjustToColumn"/>
|
96 | 96 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey="actualStageRowHeightWithColumns"/>
|
97 | 97 | <executeJS function="return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedRowHeightWithPaddingAndColumns"/>
|
98 |
| - <assertEquals stepKey="assertRowHeightAdjustsToColumnHeight"> |
| 98 | + <assertGreaterThanOrEqual stepKey="assertRowHeightAdjustsToColumnHeight"> |
99 | 99 | <expectedResult type="variable">expectedRowHeightWithPaddingAndColumns</expectedResult>
|
100 | 100 | <actualResult type="variable">actualStageRowHeightWithColumns</actualResult>
|
101 |
| - </assertEquals> |
| 101 | + </assertGreaterThanOrEqual> |
102 | 102 | <comment userInput="Drag Tabs to Column" stepKey="commentDragTabsToColumn"/>
|
103 | 103 | <click selector="{{PageBuilderActionsSection.interactiveGroup}}" stepKey="clickInteractiveGroup"/>
|
104 | 104 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragTabsIntoFirstColumn">
|
|
115 | 115 | <comment userInput="Validate Row Height does not shrink to Tabs height" stepKey="commentValidateRowHeightWithColumnAndTabs"/>
|
116 | 116 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey="actualStageRowHeightWithColumnsAndTabs"/>
|
117 | 117 | <executeJS function="return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedRowHeightWithColumnTabsAndPadding"/>
|
118 |
| - <assertEquals stepKey="assertRowHeightAdjustsToTabsHeight"> |
| 118 | + <assertGreaterThanOrEqual stepKey="assertRowHeightAdjustsToTabsHeight"> |
119 | 119 | <expectedResult type="variable">expectedRowHeightWithColumnTabsAndPadding</expectedResult>
|
120 | 120 | <actualResult type="variable">actualStageRowHeightWithColumnsAndTabs</actualResult>
|
121 |
| - </assertEquals> |
| 121 | + </assertGreaterThanOrEqual> |
122 | 122 | </test>
|
123 | 123 | <test name="TabsAddToColumnWithSetSmallMinimumHeightAndHeightAdjusts">
|
124 | 124 | <annotations>
|
|
161 | 161 | <comment userInput="Validate Row Height adjusts to Column Height" stepKey="commentValidateRowHeightAdjustToColumn"/>
|
162 | 162 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey="actualStageRowHeightWithColumns"/>
|
163 | 163 | <executeJS function="return Math.round({$actualStageInitialColumnHeight}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedRowHeightWithPaddingAndColumns"/>
|
164 |
| - <assertEquals stepKey="assertRowHeightAdjustsToColumnHeight"> |
| 164 | + <assertGreaterThanOrEqual stepKey="assertRowHeightAdjustsToColumnHeight"> |
165 | 165 | <expectedResult type="variable">expectedRowHeightWithPaddingAndColumns</expectedResult>
|
166 | 166 | <actualResult type="variable">actualStageRowHeightWithColumns</actualResult>
|
167 |
| - </assertEquals> |
| 167 | + </assertGreaterThanOrEqual> |
168 | 168 | <comment userInput="Drag Tabs to Column" stepKey="commentDragTabsToColumn"/>
|
169 | 169 | <click selector="{{PageBuilderActionsSection.interactiveGroup}}" stepKey="clickInteractiveGroup"/>
|
170 | 170 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragTabsIntoFirstColumn">
|
|
176 | 176 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderTabsContentType.role,'1')}}" stepKey="actualStageTabsHeight"/>
|
177 | 177 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey="actualStageColumnHeightWithTabs"/>
|
178 | 178 | <executeJS function="return Math.round({$actualStageTabsHeight}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedColumnHeightWithTabsAndPadding"/>
|
179 |
| - <assertEquals stepKey="assertColumnHeightAdjustsToTabsHeight"> |
| 179 | + <assertGreaterThanOrEqual stepKey="assertColumnHeightAdjustsToTabsHeight"> |
180 | 180 | <expectedResult type="variable">expectedColumnHeightWithTabsAndPadding</expectedResult>
|
181 | 181 | <actualResult type="variable">actualStageColumnHeightWithTabs</actualResult>
|
182 |
| - </assertEquals> |
| 182 | + </assertGreaterThanOrEqual> |
183 | 183 | <comment userInput="Validate Row Height adjusts to Tabs inside Column" stepKey="commentValidateRowHeightWithColumnAndTabs"/>
|
184 | 184 | <executeJS function="{{PageBuilderActionsSection.computedHeightOnStage(PageBuilderRowContentType.role,'1')}}" stepKey="actualStageRowHeightWithColumnsAndTabs"/>
|
185 | 185 | <executeJS function="return Math.round({$actualStageColumnHeightWithTabs}+{{PageBuilderPaddingProperty10.paddingTop}}+{{PageBuilderPaddingProperty10.paddingBottom}})" stepKey="expectedRowHeightWithColumnTabsAndPadding"/>
|
186 |
| - <assertEquals stepKey="assertRowHeightAdjustsToTabsHeight"> |
| 186 | + <assertGreaterThanOrEqual stepKey="assertRowHeightAdjustsToTabsHeight"> |
187 | 187 | <expectedResult type="variable">expectedRowHeightWithColumnTabsAndPadding</expectedResult>
|
188 | 188 | <actualResult type="variable">actualStageRowHeightWithColumnsAndTabs</actualResult>
|
189 |
| - </assertEquals> |
| 189 | + </assertGreaterThanOrEqual> |
190 | 190 | </test>
|
191 | 191 | <test name="MapAddToColumn">
|
192 | 192 | <annotations>
|
|
0 commit comments