Skip to content

Commit

Permalink
Test Code
Browse files Browse the repository at this point in the history
  • Loading branch information
MdSiamAnsary committed Jan 2, 2021
1 parent 1d3c9c1 commit c6824d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed Testing Code/README.pdf
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;

class NavigationAngLogOutTests {
class NavigationAndLogOutTests {

private WebDriver driver;

NavigationAngLogOutTests() {
NavigationAndLogOutTests() {
System.setProperty("webdriver.chrome.driver", "chromedriver.exe");
driver = new ChromeDriver();
driver.get("http://localhost:8012/SportsCorner/");
Expand Down

0 comments on commit c6824d2

Please sign in to comment.