diff --git a/Testing Code/README.pdf b/Testing Code/README.pdf deleted file mode 100644 index 4923388..0000000 Binary files a/Testing Code/README.pdf and /dev/null differ diff --git a/Testing Code/TestCode/bin/testpackage/NavigationAngLogOutTests.class b/Testing Code/TestCode/bin/testpackage/NavigationAndLogOutTests.class similarity index 98% rename from Testing Code/TestCode/bin/testpackage/NavigationAngLogOutTests.class rename to Testing Code/TestCode/bin/testpackage/NavigationAndLogOutTests.class index 65dbd6e..b5713e4 100644 Binary files a/Testing Code/TestCode/bin/testpackage/NavigationAngLogOutTests.class and b/Testing Code/TestCode/bin/testpackage/NavigationAndLogOutTests.class differ diff --git a/Testing Code/TestCode/src/testpackage/NavigationAngLogOutTests.java b/Testing Code/TestCode/src/testpackage/NavigationAndLogOutTests.java similarity index 99% rename from Testing Code/TestCode/src/testpackage/NavigationAngLogOutTests.java rename to Testing Code/TestCode/src/testpackage/NavigationAndLogOutTests.java index af425ef..00021cb 100644 --- a/Testing Code/TestCode/src/testpackage/NavigationAngLogOutTests.java +++ b/Testing Code/TestCode/src/testpackage/NavigationAndLogOutTests.java @@ -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/");