Skip to content

Commit

Permalink
refine ZK-5121 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed Oct 6, 2023
1 parent 2081e73 commit e30a28c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ public class B96_ZK_5121Test extends WebDriverTestCase {
@Test
public void test() {
connect();
waitResponse();
click(jq("@button"));
sleep(50);
click(jq(".z-searchbox-icon.z-icon-caret-down"));
waitResponse(4000);
assertFalse(jq(".z-searchbox-popup").is(":visible"));

click(jq("@button"));
sleep(50);
click(jq(".z-cascader-icon.z-icon-caret-down"));
waitResponse(4000);
assertFalse(jq(".z-cascader-popup").is(":visible"));
Expand Down

0 comments on commit e30a28c

Please sign in to comment.