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

Commit

Permalink
Browse files Browse the repository at this point in the history
…uild-tools into error-fix
  • Loading branch information
Alberto Elias committed Jul 6, 2015
2 parents 6d28226 + 2b74a52 commit daf8087
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 daf8087

Please sign in to comment.