Skip to content

Commit

Permalink
changing site for dynamic test
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones committed Jan 9, 2019
1 parent b50628f commit 954c7b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/base/BaseTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
import java.io.FileInputStream;
import java.util.Properties;

import pages.SearchPage;

public class BaseTests {

protected static WebDriver driver;
protected static SearchPage page;
protected static Eyes eyes;

@BeforeClass
Expand All @@ -33,7 +30,6 @@ public static void setUp() {
initiateEyes();

driver.get(System.getProperty("site.url"));
page = new SearchPage(driver);
}

@AfterClass
Expand Down

0 comments on commit 954c7b4

Please sign in to comment.