diff --git a/test/e2e/protractor.conf.js b/test/e2e/protractor.conf.js index 630733c4f2..4aea36e0dc 100644 --- a/test/e2e/protractor.conf.js +++ b/test/e2e/protractor.conf.js @@ -9,6 +9,9 @@ require('babel-polyfill'); exports.config = { specs: ['./helper.js', './**/*.test.js'], baseUrl: 'http://localhost:3003/', + capabilities: { + browserName: 'firefox', + }, directConnect: true, seleniumAddress: 'http://localhost:4444/wd/hub', framework: 'mocha',