Skip to content

Commit

Permalink
Merge pull request Ardesco#26 from bitwiseman/master
Browse files Browse the repository at this point in the history
Update Mac Chrome driver to 64-bit
  • Loading branch information
Ardesco authored Sep 5, 2016
2 parents 1dba40f + bae51b6 commit 8822215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/RepositoryMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
<osx>
<driver id="googlechrome">
<version id="2.23">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.23/chromedriver_mac32.zip</filelocation>
<hash>8343cb5ed784c1c23c90ecfa86da0dc058d68c89</hash>
<bitrate sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.23/chromedriver_mac64.zip</filelocation>
<hash>6f90f35ebf62c99602a0a7298a72dbd130ffa651</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
Expand Down

0 comments on commit 8822215

Please sign in to comment.