Update MainPageIT.java

This commit is contained in:
Andrew Pitt 2020-01-22 07:29:20 -05:00 committed by GitHub
parent 90fe6ecf9f
commit 3ec20c3b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();