de65e496 by jforbes

Fix functional tests

Use latest Chrome
1 parent 1d1eb100
...@@ -23,7 +23,7 @@ if (process.env.SAUCE_USERNAME) { ...@@ -23,7 +23,7 @@ if (process.env.SAUCE_USERNAME) {
23 config.maxDuration = 300; 23 config.maxDuration = 300;
24 } 24 }
25 25
26 config.baseUrl = 'http://localhost:9999/example.html'; 26 config.baseUrl = 'http://127.0.0.1:9999/example.html';
27 config.specs = ['spec.js']; 27 config.specs = ['spec.js'];
28 28
29 config.framework = 'jasmine2'; 29 config.framework = 'jasmine2';
......
...@@ -10,8 +10,7 @@ module.exports = function(config) { ...@@ -10,8 +10,7 @@ module.exports = function(config) {
10 singleRun: true, 10 singleRun: true,
11 base: 'SauceLabs', 11 base: 'SauceLabs',
12 browserName: 'chrome', 12 browserName: 'chrome',
13 platform: 'Windows 7', 13 platform: 'Windows 7'
14 version: '34'
15 }, 14 },
16 15
17 firefox_sl: { 16 firefox_sl: {
......