Skip to content

Commit 009b9cb

Browse files
authored
Update RegistrationPage.java
URL update
1 parent cfd0a24 commit 009b9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/newtours/pages/RegistrationPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public RegistrationPage(WebDriver driver){
3737
}
3838

3939
public void goTo(){
40-
this.driver.get("http://newtours.demoaut.com/mercuryregister.php");
40+
this.driver.get("https://vins-udemy.s3.amazonaws.com/docker/docker-book-flight.html");
4141
this.wait.until(ExpectedConditions.visibilityOf(this.firstNameTxt));
4242
}
4343

0 commit comments

Comments
 (0)