mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update MainPageIT.java
This commit is contained in:
parent
426858e5ca
commit
89083706c8
1 changed files with 1 additions and 1 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-7ca3.ottawa-7ca3.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();
|
||||||
|
|
Loading…
Reference in a new issue