Skip to content

Commit 63d22f3

Browse files
committed
locator update
1 parent 8a38b50 commit 63d22f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/TestNGTodo1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void basicTest() throws InterruptedException {
5454
driver.findElement(By.name("li2")).click();
5555

5656
System.out.println("Checking Box");
57-
driver.findElement(By.name("li9")).click();
57+
driver.findElement(By.name("li3")).click();
5858

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

0 commit comments

Comments
 (0)