Skip to content

Commit

Permalink
Update BofApplicationTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jperezsa2020 authored Jan 28, 2025
1 parent fcd877a commit 9701fe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void userTest() throws InterruptedException {
driver.findElement(By.id("phoneNumber-input")).sendKeys("987654321");
driver.findElement(By.id("pasword-input")).sendKeys("pepinillo");
driver.findElement(By.className("sign-button")).click();
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(3));
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));

loginButton.click();
driver.findElement(By.id("username-input")).sendKeys("SeleniumTest");
Expand Down

0 comments on commit 9701fe5

Please sign in to comment.