Skip to content

Commit 21f4f1f

Browse files
committed
removed comment
1 parent e1f62d3 commit 21f4f1f

File tree

1 file changed

+0
-1
lines changed
  • selenium/browserstack-automate-debugging-tasks/src/test/java

1 file changed

+0
-1
lines changed

selenium/browserstack-automate-debugging-tasks/src/test/java/E2ETest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public void e2eTest() throws InterruptedException {
3434
continue;
3535
}
3636
}
37-
//driver.findElement(By.cssSelector(".float-cart__close-btn")).click();
3837
driver.findElement(By.cssSelector(".buy-btn")).click();
3938
driver.findElement(By.id("firstNameInput")).sendKeys("Nithya");
4039
driver.findElement(By.id("lastNameInput")).sendKeys("Mani");

0 commit comments

Comments
 (0)