We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462fa7e commit d55c1a0Copy full SHA for d55c1a0
junit5/src/main/java/com/github/automatedowl/tools/pages/Site88Page.java
@@ -10,7 +10,7 @@ public class Site88Page {
10
11
/** Default timeout of waiting for web elements in the page. */
12
private static final int DEFAULT_ELEMENT_TIMEOUT = 30;
13
- private static final String SITE88_URL = "http://testjs.site88.net";
+ private static final String SITE88_URL = "http://testjs.epizy.com/";
14
15
/////////////////////////////////////////////////////////////////////////////////
16
/////////////////////////////// Constructor /////////////////////////////////////
@@ -45,4 +45,4 @@ public WebElement getTestButton() {
45
public void navigateToPage(WebDriver driver) {
46
driver.get(SITE88_URL);
47
}
48
-}
+}
0 commit comments