mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update SeleniumConfig.java
This commit is contained in:
parent
7915bbb2c0
commit
90fe6ecf9f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import org.openqa.selenium.firefox.FirefoxOptions;
|
|||
import org.openqa.selenium.remote.RemoteWebDriver;
|
||||
|
||||
public class SeleniumConfig {
|
||||
public static final String SELENIUM_HUB_URL = "http://selenium-hub-cicd.apps.cluster-ottawa-630b.ottawa-630b.example.opentlc.com/wd/hub";
|
||||
public static final String SELENIUM_HUB_URL = "http://selenium-hub-cicd.apps.cluster-ibm-4a7e.ibm-4a7e.example.opentlc.com/wd/hub";
|
||||
|
||||
private WebDriver firefoxDriver;
|
||||
private WebDriver chromeDriver;
|
||||
|
|
Loading…
Reference in a new issue