Commit 964cc128 authored by Shanelle Valencia's avatar Shanelle Valencia

Test commit

parent 2bc63cd2
...@@ -28,7 +28,7 @@ public class HomePage { ...@@ -28,7 +28,7 @@ public class HomePage {
} }
public void navigateHomePage(String url) { public void navigateHomePage(String url) {
System.setProperty("webdriver.chrome.driver", "/Users/svalencia/Desktop/webdriver/chromedriver"); // System.setProperty("webdriver.chrome.driver", "/Users/svalencia/Desktop/webdriver/chromedriver");
driver.get(url); driver.get(url);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment