Skip to content

Commit

Permalink
day03_LoginPage with implicit wait
Browse files Browse the repository at this point in the history
  • Loading branch information
cmert2017 committed Jan 16, 2021
1 parent ba13cfe commit 097e6cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void authorize_user_is_on_the_login_page() {

@When("user enters valid credentials")
public void user_enters_valid_credentials() {
Driver.getDriver().manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Driver.getDriver().manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
loginPage.login();
}

Expand Down

0 comments on commit 097e6cd

Please sign in to comment.