Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Tests: Update Chromedriver
Browse files Browse the repository at this point in the history
Fixes gh-318
Closes gh-319
  • Loading branch information
bethge committed Oct 26, 2016
1 parent 0522bf4 commit 4620037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(grunt) {
seleniumDownloadURL: 'http://selenium-release.storage.googleapis.com',
drivers: {
chrome: {
version: '2.21',
version: '2.25',
arch: process.arch,
baseURL: 'http://chromedriver.storage.googleapis.com'
},
Expand Down

0 comments on commit 4620037

Please sign in to comment.