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

Tests: Update Chromedriver #319

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
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