Skip to content

Commit

Permalink
locator update
Browse files Browse the repository at this point in the history
  • Loading branch information
4DvAnCeBoY committed Dec 29, 2021
1 parent 8a38b50 commit 63d22f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/lambdatest/TestNGTodo1.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void basicTest() throws InterruptedException {
driver.findElement(By.name("li2")).click();

System.out.println("Checking Box");
driver.findElement(By.name("li9")).click();
driver.findElement(By.name("li3")).click();

System.out.println("Checking Another Box");
driver.findElement(By.name("li4")).click();
Expand Down

0 comments on commit 63d22f3

Please sign in to comment.