Skip to content
Snippets Groups Projects
Commit bd9f777b authored by adityab3's avatar adityab3
Browse files

[code smell] removed uncessary import statement in PreRegisterPatientTest.java

parent 94268f55
No related branches found
No related tags found
1 merge request!6Uc91v2
...@@ -4,10 +4,6 @@ import org.openqa.selenium.*; ...@@ -4,10 +4,6 @@ import org.openqa.selenium.*;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
import org.openqa.selenium.htmlunit.HtmlUnitDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import edu.ncsu.csc.itrust.enums.TransactionType;
public class PreRegisterPatientTest extends iTrustSeleniumTest { public class PreRegisterPatientTest extends iTrustSeleniumTest {
protected WebDriver driver; protected WebDriver driver;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment