Package

Source Code of SS_037_Test

import org.zkoss.ztl.JQuery;


public class SS_037_Test extends SSAbstractTestCase {

    @Override
    protected void executeTest() {
        JQuery cell = getSpecifiedCell(5, 20);
        clickCell(cell);
        clickCell(cell);

      click(jq("$insertMenu"));
      waitResponse();
      // TODO verify if cell is still selected
      String display = jq("div.zsselect").css("display");
      verifyTrue("css display=" + display, !"none".equals(display));
    }
}
TOP

Related Classes of SS_037_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.