Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
rename Selenium2Example.java to LoginHappyPath
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaganti committed Jun 1, 2013
1 parent f833d21 commit 3ca03d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;

public class Selenium2Example {
public class LoginHappyPath {

public static void main(String[] args) {
// Create a new instance of the Firefox driver
// Notice that the remainder of the code relies on the interface,
Expand Down Expand Up @@ -44,3 +45,5 @@ public static void main(String[] args) {
}
}



Binary file removed webdriver/java/target/classes/Selenium2Example.class
Binary file not shown.

0 comments on commit 3ca03d6

Please sign in to comment.