waitResponse();
click(jq("@menuitem[label=\"Align Text Right\"]").first());
waitResponse();
cell_B_8 = getSpecifiedCell(1, 7);
String textAlign = cell_B_8.css("text-align");
if (textAlign != null) {
verifyTrue("Unexcepted result: " + textAlign, textAlign.equalsIgnoreCase("right"));
} else {
verifyTrue("Cannot get style of specified cell!", false);