Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAksionau committed Aug 17, 2023
1 parent 39fac19 commit 5f316da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/ea/springbasic/pages/LoginPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void login(String email, String password) {
customerEmailInput.sendKeys(email);
this.passwordInput.sendKeys(password);
fluentWait.until((d) -> submitButton.getAttribute("aria-disabled").equals("false"));
showButton.click();
submitButton.click();
}

Expand Down

0 comments on commit 5f316da

Please sign in to comment.