Skip to content

Commit d55c1a0

Browse files
authored
Update Site88Page.java
1 parent 462fa7e commit d55c1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit5/src/main/java/com/github/automatedowl/tools/pages/Site88Page.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Site88Page {
1010

1111
/** Default timeout of waiting for web elements in the page. */
1212
private static final int DEFAULT_ELEMENT_TIMEOUT = 30;
13-
private static final String SITE88_URL = "http://testjs.site88.net";
13+
private static final String SITE88_URL = "http://testjs.epizy.com/";
1414

1515
/////////////////////////////////////////////////////////////////////////////////
1616
/////////////////////////////// Constructor /////////////////////////////////////
@@ -45,4 +45,4 @@ public WebElement getTestButton() {
4545
public void navigateToPage(WebDriver driver) {
4646
driver.get(SITE88_URL);
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)