|
259 | 259 | </after>
|
260 | 260 | <!-- Assert row height is 320px when empty -->
|
261 | 261 | <comment userInput="Assert row height is 320px when empty" stepKey="comment1"/>
|
262 |
| - <executeJS function="document.querySelectorAll('{{RowOnStage.baseCss}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCss}}')[0].clientHeight)" stepKey="setEmptyRowHeight"/> |
| 262 | + <executeJS function="document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].clientHeight)" stepKey="setEmptyRowHeight"/> |
263 | 263 | <grabAttributeFrom selector="{{RowOnStage.base('1')}}" userInput="divHeight" stepKey="getEmptyRowHeight"/>
|
264 | 264 | <assertEquals stepKey="assertEmptyRowHeight">
|
265 | 265 | <expectedResult type="string">320</expectedResult>
|
|
276 | 276 | </actionGroup>
|
277 | 277 | <!-- Assert row height has changed when content added -->
|
278 | 278 | <comment userInput="Assert row height has changed when content added" stepKey="comment2"/>
|
279 |
| - <executeJS function="document.querySelectorAll('{{RowOnStage.baseCss}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCss}}')[0].clientHeight)" stepKey="setNewRowHeight"/> |
| 279 | + <executeJS function="document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].clientHeight)" stepKey="setNewRowHeight"/> |
280 | 280 | <grabAttributeFrom selector="{{RowOnStage.base('1')}}" userInput="divHeight" stepKey="getNewRowHeight"/>
|
281 | 281 | <assertNotEquals stepKey="assertNewRowHeight">
|
282 | 282 | <expectedResult type="variable">getEmptyRowHeight</expectedResult>
|
|
291 | 291 | </actionGroup>
|
292 | 292 | <!-- Assert row height is 320px after removing children -->
|
293 | 293 | <comment userInput="Assert row height is 320px after removing children" stepKey="comment3"/>
|
294 |
| - <executeJS function="document.querySelectorAll('{{RowOnStage.baseCss}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCss}}')[0].clientHeight)" stepKey="setNewRowHeight2"/> |
| 294 | + <executeJS function="document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].setAttribute('divHeight', document.querySelectorAll('{{RowOnStage.baseCSS}}')[0].clientHeight)" stepKey="setNewRowHeight2"/> |
295 | 295 | <grabAttributeFrom selector="{{RowOnStage.base('1')}}" userInput="divHeight" stepKey="getNewRowHeight2"/>
|
296 | 296 | <assertEquals stepKey="assertNewRowHeight3">
|
297 | 297 | <expectedResult type="variable">getEmptyRowHeight</expectedResult>
|
|
0 commit comments