int rCol = 6;
spreadsheet.setSelection(tRow, lCol, bRow, rCol);
click(".zstbtn-mergeAndCenter .zstbtn-arrow");
click(".zsmenuitem-mergeAndCenter");
Cell cell = getCell(tRow, lCol);
verifyMerge(true, tRow, lCol, bRow, rCol);
Assert.assertEquals("center", cell.getHorizontalAlign());
}