Skip to content

Commit

Permalink
day04_gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmert2017 committed Jan 16, 2021
2 parents 097e6cd + 3e3f099 commit 7977e19
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target/
/.idea/
*.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void authorize_user_is_on_the_login_page() {
public void user_enters_valid_credentials() {
Driver.getDriver().manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
loginPage.login();

}

@Then("system displays the account summary page")
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7977e19

Please sign in to comment.