Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
#2 Removed unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gkunze committed Dec 8, 2020
1 parent 1b55acd commit d20ec84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions src/main/java/xltutil/runner/AnnotationRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,7 @@ public AnnotationRunner(final Class<?> testCaseClass, final String testCaseName,
{
System.setProperty(OperaDriverService.OPERA_DRIVER_EXE_PROPERTY, operaDriverPath);
}
/*
* if (!StringUtils.isEmpty(phantomJSDriverPath)) {
* System.setProperty(PhantomJSDriverService.PHANTOMJS_EXECUTABLE_PATH_PROPERTY, phantomJSDriverPath); }
*/

boolean foundTargetsAnnotation = false;

// get test specific browser definitions (aka browser tag see browser.properties)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ else if (BrowserType.EDGE.equals(browserName))

return new EdgeDriver(options);
}
/*
* else if (BrowserType.PHANTOMJS.equals(browserName)) { return new PhantomJSDriver(capabilities); }
*/
}
else
{
Expand Down

0 comments on commit d20ec84

Please sign in to comment.