mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Updated selenium urls.
This commit is contained in:
parent
c8f07593b1
commit
35c7569f2e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import org.openqa.selenium.WebDriver;
|
||||||
public class MainPageIT {
|
public class MainPageIT {
|
||||||
|
|
||||||
private SeleniumConfig config;
|
private SeleniumConfig config;
|
||||||
private String url = "http://app-petclinic-dev.apps.cluster-ottawa-630b.ottawa-630b.example.opentlc.com/";
|
private String url = "http://app-petclinic-dev.apps.ocp.pitt.ca/";
|
||||||
|
|
||||||
public MainPageIT() throws MalformedURLException {
|
public MainPageIT() throws MalformedURLException {
|
||||||
config = new SeleniumConfig();
|
config = new SeleniumConfig();
|
||||||
|
|
|
@ -11,7 +11,7 @@ import org.openqa.selenium.firefox.FirefoxOptions;
|
||||||
import org.openqa.selenium.remote.RemoteWebDriver;
|
import org.openqa.selenium.remote.RemoteWebDriver;
|
||||||
|
|
||||||
public class SeleniumConfig {
|
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.ocp.pitt.ca/wd/hub";
|
||||||
|
|
||||||
private WebDriver firefoxDriver;
|
private WebDriver firefoxDriver;
|
||||||
private WebDriver chromeDriver;
|
private WebDriver chromeDriver;
|
||||||
|
|
Loading…
Reference in a new issue