Skip to content

Commit

Permalink
Fix tests broken by Chrome 59 (#9564)
Browse files Browse the repository at this point in the history
  • Loading branch information
hesara authored Jun 21, 2017
1 parent 8ac8f5f commit c7148ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/screenshots
Submodule screenshots updated 396 files
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void verifyUserAgent() {
// Chrome version does not necessarily match the desired version
// because of auto updates...
browserIdentifier = getExpectedUserAgentString(
getDesiredCapabilities()) + "58";
getDesiredCapabilities()) + "59";
} else {
browserIdentifier = getExpectedUserAgentString(desiredCapabilities)
+ desiredCapabilities.getVersion();
Expand Down

0 comments on commit c7148ce

Please sign in to comment.