Package

Source Code of SS_089_Test

import org.zkoss.ztl.JQuery;


public class SS_089_Test extends SSAbstractTestCase {

    @Override
    protected void executeTest() {
        // Custom sort - Just show dialog and check it exists or not.
        JQuery cell_B_19 = getSpecifiedCell(1, 18);
        clickCell(cell_B_19);
        clickCell(cell_B_19);
       
        // Select - B19 ~ I22
        selectCells(1, 18, 8, 21);
       
        // Click drop down button of Sort
        mouseOver(jq("@dropdownbutton:eq(2)"));
        waitResponse();
        clickAt(jq("@dropdownbutton:eq(2)"),"30,0");
        waitResponse();
       
        // Custom sort
        click(jq("$customSort"));
        waitResponse();
       
        // Verify
        verifyTrue(jq("$_customSortDialog").isVisible());
    }

}
TOP

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