Package

Source Code of SS_091_Test

import org.zkoss.ztl.JQuery;


public class SS_091_Test extends SSAbstractTestCase {

    @Override
    protected void executeTest() {
        // Select a cell
        JQuery cell_L_13 = getSpecifiedCell(11, 12);
        clickCell(cell_L_13);
        clickCell(cell_L_13);
        verifyEquals("L13", jq("$focusPosition .z-combobox-rounded-inp").val());
    }

}
TOP

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