Skip to content

Commit 338cc5e

Browse files
Update ChromeDriverTest.java
1 parent 4bcffc0 commit 338cc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/movoto/selenium/example/ChromeDriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void prepare() {
3535
"webdriver.chrome.driver",
3636
"webdriver/chromedriver");
3737

38-
testUrl = "https://leftstick.github.io/";
38+
testUrl = "https://www.youtube.com/";
3939

4040
// Create a new instance of the Chrome driver
4141
// Notice that the remainder of the code relies on the interface,

0 commit comments

Comments
 (0)