Skip to content

Commit

Permalink
removing TODO comment that appears to now be done :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Aug 22, 2015
1 parent 4d94ba0 commit 5a0bfa6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public WebDriver get() {
// ignore
}

//TODO: All driver classes to have two Capabilities arguments
return driverClass.getConstructor(Capabilities.class).newInstance(desiredCapsToUse);
} catch (InvocationTargetException e) {
throw Throwables.propagate(e.getTargetException());
Expand Down

0 comments on commit 5a0bfa6

Please sign in to comment.