Skip to content

Commit

Permalink
refine test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Nov 7, 2024
1 parent a921c4f commit 6851186
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* F50_3014112Test.java
Purpose:
Description:
History:
Tue Apr 09 10:48:33 CST 2019, Created by rudyhuang
Expand All @@ -25,6 +25,7 @@
public class F50_3014112Test extends WebDriverTestCase {
@Test
public void test() {
disableConnectionWait();
connect();

new WebDriverWait(driver, Duration.ofSeconds(5)).until(ExpectedConditions.alertIsPresent());
Expand Down

0 comments on commit 6851186

Please sign in to comment.