mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update MainPageIT.java
This commit is contained in:
parent
90fe6ecf9f
commit
3ec20c3b75
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import org.openqa.selenium.WebDriver;
|
|||
public class MainPageIT {
|
||||
|
||||
private SeleniumConfig config;
|
||||
private String url = "http://app-petclinic-dev.apps.cluster-ibm-4a7e.ibm-4a7e.example.opentlc.com/";
|
||||
private String url = "http://app-petclinic-dev.apps.cluster-ottawa-7ca3.ottawa-7ca3.example.opentlc.com/";
|
||||
|
||||
public MainPageIT() throws MalformedURLException {
|
||||
config = new SeleniumConfig();
|
||||
|
|
Loading…
Reference in a new issue