diff --git a/src/test/java/com/agile611/testng/webdriver/DownloadTest.java b/src/test/java/com/agile611/testng/webdriver/DownloadTest.java index 4e04387..4d36d93 100644 --- a/src/test/java/com/agile611/testng/webdriver/DownloadTest.java +++ b/src/test/java/com/agile611/testng/webdriver/DownloadTest.java @@ -4,11 +4,7 @@ import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; -import org.openqa.selenium.firefox.FirefoxDriver; -import org.openqa.selenium.firefox.FirefoxProfile; import org.openqa.selenium.interactions.Actions; -import org.openqa.selenium.remote.CapabilityType; -import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; diff --git a/src/test/java/com/agile611/testng/webdriver/DragAndDropJavascriptTest.java b/src/test/java/com/agile611/testng/webdriver/DragAndDropJavascriptTest.java index 2a7645c..6a6f7ee 100644 --- a/src/test/java/com/agile611/testng/webdriver/DragAndDropJavascriptTest.java +++ b/src/test/java/com/agile611/testng/webdriver/DragAndDropJavascriptTest.java @@ -43,6 +43,4 @@ public class DragAndDropJavascriptTest extends BaseTest { assertEquals(driver.findElement(By.cssSelector("#column-a header")).getText(), "B"); assertEquals(driver.findElement(By.cssSelector("#column-b header")).getText(), "A"); } -} - - +} \ No newline at end of file