Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Oct 26, 2019
1 parent 8457a7a commit d8c00b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/au/com/agic/apptesting/LiveTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class LiveTests {
/**
* Track driver settings supplied from gradle, and reset them with each test run
*/
private Map<String, String> driverSettings = new HashMap<>();
private static Map<String, String> driverSettings = new HashMap<>();

public boolean runNegTests() {
return runNegTests;
Expand Down Expand Up @@ -84,7 +84,7 @@ private File[] getHarFiles() {
}

@BeforeClass
public void saveProperties() {
public static void saveProperties() {
Arrays.asList(Constants.USE_SUPPLIED_WEBDRIVERS,
Constants.CHROME_WEB_DRIVER_LOCATION_SYSTEM_PROPERTY,
Constants.OPERA_WEB_DRIVER_LOCATION_SYSTEM_PROPERTY,
Expand Down

0 comments on commit d8c00b2

Please sign in to comment.