Skip to content

Commit

Permalink
chore: update chrome expectation to 87 (#9445)
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Nov 20, 2020
1 parent caebc02 commit 3b323df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<root>
<windows>
<driver id="googlechrome">
<version id="86.0.4240.22">
<version id="87.0.4280.20">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_win32.zip</filelocation>
<hash>5bc302d49dd4afdbc538f026e56bc1c1ddb9d1c8</hash>
<filelocation>https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_win32.zip</filelocation>
<hash>bc1c5b8cd8225364144a1b2cd9198e929daa7492</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="86.0.4240.22">
<version id="87.0.4280.20">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_linux64.zip</filelocation>
<hash>b8b531e4560e6c749daecbceb7584c5f0e6ae4da</hash>
<filelocation>https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_linux64.zip</filelocation>
<hash>e249b148dab9f9c9073a965d4b2dffc022a001e8</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="86.0.4240.22">
<version id="87.0.4280.20">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_mac64.zip</filelocation>
<hash>3cbbd63803df46cea1cbc1eb5fb753de69248279</hash>
<filelocation>https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_mac64.zip</filelocation>
<hash>fe58bfb60769638e48334d49821079b2dc6f3ab7</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
Expand Down
2 changes: 1 addition & 1 deletion flow-client/intern.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tunnelOptions": {
"version": "3.141.59",
"drivers": [
{"name": "chrome", "version": "86.0.4240.22"}
{"name": "chrome", "version": "87.0.4280.20"}
]
},
"plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void verifyUserAgent() {
// Chrome version does not necessarily match the desired version
// because of auto updates...
browserIdentifier = getExpectedUserAgentString(
getDesiredCapabilities()) + "86";
getDesiredCapabilities()) + "87";
} else if (BrowserUtil.isFirefox(getDesiredCapabilities())) {
browserIdentifier = getExpectedUserAgentString(
getDesiredCapabilities()) + "58";
Expand Down

0 comments on commit 3b323df

Please sign in to comment.