temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47

This commit is contained in:
Evan You 2016-06-15 14:16:42 -04:00
parent cfe745e9d2
commit 9e14146fb2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (args.indexOf('--config') === -1) {
args = args.concat(['--config', 'build/nightwatch.config.js'])
}
if (args.indexOf('--env') === -1) {
args = args.concat(['--env', 'chrome,firefox,phantomjs'])
args = args.concat(['--env', 'chrome,phantomjs'])
}
var i = args.indexOf('--test')
if (i > -1) {