// Spacing on, not hiding empty rows/columns
// There should be 3 * 6px spacing (red) above the csslayout
verifySpacingAbove(3 * 6, gridLayout, component);
CheckBoxElement spacingCheckbox = $(CheckBoxElement.class).caption(
"spacing").first();
check(spacingCheckbox);
// Spacing off, not hiding empty rows/columns
// There should not be any spacing (red) above the csslayout
verifySpacingAbove(0, gridLayout, component);
CheckBoxElement hideRowsColumnsCheckbox = $(CheckBoxElement.class)
.caption("hide empty rows/columns").first();
check(hideRowsColumnsCheckbox);
// Spacing off, hiding empty rows/columns
// There should not be any spacing (red) above the csslayout