Skip to content

Commit 9e14146

Browse files
committed
temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47
1 parent cfe745e commit 9e14146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (args.indexOf('--config') === -1) {
1212
args = args.concat(['--config', 'build/nightwatch.config.js'])
1313
}
1414
if (args.indexOf('--env') === -1) {
15-
args = args.concat(['--env', 'chrome,firefox,phantomjs'])
15+
args = args.concat(['--env', 'chrome,phantomjs'])
1616
}
1717
var i = args.indexOf('--test')
1818
if (i > -1) {

0 commit comments

Comments
 (0)