diff options
Diffstat (limited to 'client/e2e/local-protractor.conf.js')
-rw-r--r-- | client/e2e/local-protractor.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index a4990fcef..16f039025 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js | |||
@@ -12,7 +12,7 @@ exports.config = { | |||
12 | capabilities: { | 12 | capabilities: { |
13 | 'browserName': 'firefox', | 13 | 'browserName': 'firefox', |
14 | 'moz:firefoxOptions': { | 14 | 'moz:firefoxOptions': { |
15 | binary: '/usr/bin/firefox-esr', | 15 | binary: '/usr/bin/firefox-developer-edition', |
16 | // args: ["-headless"], | 16 | // args: ["-headless"], |
17 | log: { | 17 | log: { |
18 | "level": "info" // default is "info" | 18 | "level": "info" // default is "info" |