We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd0a24 commit 009b9cbCopy full SHA for 009b9cb
src/main/java/com/newtours/pages/RegistrationPage.java
@@ -37,7 +37,7 @@ public RegistrationPage(WebDriver driver){
37
}
38
39
public void goTo(){
40
- this.driver.get("http://newtours.demoaut.com/mercuryregister.php");
+ this.driver.get("https://vins-udemy.s3.amazonaws.com/docker/docker-book-flight.html");
41
this.wait.until(ExpectedConditions.visibilityOf(this.firstNameTxt));
42
43
0 commit comments