Fixed import
This commit is contained in:
parent
f24423fb5e
commit
16db4f13ee
|
@ -2,11 +2,10 @@ package org.fremo.fredl.test;
|
|||
|
||||
import org.openqa.selenium.By;
|
||||
import org.openqa.selenium.WebDriver;
|
||||
import org.openqa.selenium.WebDriverWait;
|
||||
import org.openqa.selenium.WebElement;
|
||||
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
|
||||
//import org.openqa.selenium.support.ui.ExpectedCondition;
|
||||
//import org.openqa.selenium.support.ui.WebDriverWait;
|
||||
import org.openqa.selenium.support.ui.WebDriverWait;
|
||||
import org.testng.Assert;
|
||||
import org.testng.annotations.AfterClass;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
|
|
Loading…
Reference in New Issue