mirror of https://github.com/vuejs/vue.git
temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47
This commit is contained in:
parent
cfe745e9d2
commit
9e14146fb2
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue