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

Commit

Permalink
Fail test in case of JS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 16, 2015
1 parent 6e6b12e commit 1bc4099
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -157,7 +157,7 @@ private void logLogs(String type, boolean throwIfWarn) {
* @throws WebDriverLogException exception containing the first error message, if any
*/
public void logLogs() {
logLogs(false);
logLogs(true);
}

/**
Expand Down

0 comments on commit 1bc4099

Please sign in to comment.