Package

Source Code of SS_090_Test

import org.zkoss.ztl.JQuery;
import org.zkoss.ztl.util.ColorVerifingHelper;


public class SS_090_Test extends SSAbstractTestCase {

    @Override
    protected void executeTest() {
        JQuery cell_O_6 = getSpecifiedCell(14, 5);
        click(jq("$gridlinesCheckbox input"));
        waitResponse();
        cell_O_6 = getSpecifiedCell(14, 5);
        verifyTrue(ColorVerifingHelper.isEqualColor("rgb(208, 215, 233)",
                cell_O_6.parent().css("border-bottom-color")));
    }

}
TOP

Related Classes of SS_090_Test

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.