mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #6792 from LeeDr/updateSelenium2.53
Update selenium from 2.48.2 to 2.53.0 to work with latest Firefox 45.0.1
This commit is contained in:
commit
53b05e9d99
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
var path = require('path');
|
||||
import { resolve as resolveUrl } from 'url';
|
||||
|
||||
const URL = 'https://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar';
|
||||
const URL = 'https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar';
|
||||
// must match selenium-version in test/intern.js
|
||||
const DIR = resolveUrl(URL, './');
|
||||
const FILE = URL.replace(DIR, '');
|
||||
|
||||
|
@ -11,7 +12,7 @@ module.exports = function (grunt) {
|
|||
selenium: {
|
||||
filename: FILE,
|
||||
server: DIR,
|
||||
md5: 'b2784fc67c149d3c13c83d2108104689',
|
||||
md5: '774efe2d84987fb679f2dea038c2fa32',
|
||||
path: path.join(grunt.config.get('root'), 'selenium', FILE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,8 @@ define(function (require) {
|
|||
return _.assign({
|
||||
debug: true,
|
||||
capabilities: {
|
||||
'selenium-version': '2.48.2',
|
||||
'selenium-version': '2.53.0',
|
||||
// must match URL in tasks/config/downloadSelenium.js
|
||||
'idle-timeout': 99
|
||||
},
|
||||
environments: [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue