Skip to content

Commit

Permalink
refine test case for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Oct 21, 2024
1 parent d1ee738 commit 93b8536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* B50_2946333Test.java
Purpose:
Description:
History:
Wed Mar 20 17:43:09 CST 2019, Created by rudyhuang
Expand All @@ -27,7 +27,7 @@ public class B50_2946333Test extends WebDriverTestCase {
@Test
public void test() {
connect();

waitResponse();
int splitterTop50per = jq(".z-north-splitter").positionTop();

click(jq("@button:contains(25%)"));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* B50_3052381Test.java
Purpose:
Description:
History:
Tue Mar 26 16:03:07 CST 2019, Created by rudyhuang
Expand All @@ -16,6 +16,7 @@

import java.util.Collections;

import net.jcip.annotations.NotThreadSafe;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.chrome.ChromeOptions;

Expand All @@ -25,6 +26,7 @@
/**
* @author rudyhuang
*/
@NotThreadSafe
public class B50_3052381Test extends DockerWebDriverTestCase {
@Override
protected ChromeOptions getWebDriverOptions() {
Expand Down

0 comments on commit 93b8536

Please sign in to comment.