Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #287 from Financial-Times/update_safari
Browse files Browse the repository at this point in the history
Updating OSX safari browser test version
  • Loading branch information
spriggsha committed Jul 3, 2015
2 parents 55910ff + b86a0e4 commit 2b74a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports._runBrowserTest = function(config) {
var nightwatchCommand = path.resolve('.', 'node_modules/nightwatch/bin/nightwatch');

var nightwatchConfigPath = config.nightwatchConfig;
var environments = config.environments || 'chrome_latest,chrome_latest-1,firefox_latest,firefox_latest-1,ie8_Grid,ie9_Grid,ie10_Grid,ie11_Grid,safari7_Grid';
var environments = config.environments || 'chrome_latest,chrome_latest-1,firefox_latest,firefox_latest-1,ie8_Grid,ie9_Grid,ie10_Grid,ie11_Grid,safari8_Grid';
var testsPath = config.testsPath || 'test/browser/tests';

fs.readFile(nightwatchConfigPath, 'utf8', function(err, configContent) {
Expand Down

0 comments on commit 2b74a52

Please sign in to comment.