diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-21 11:16:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-21 11:16:28 +0200 |
commit | 2291a412d25bd139398ca9e7a5131d0c1e4ffd7d (patch) | |
tree | 0bd9d8b135e43ed681f6949040ec2cf698080549 /client/e2e/local-protractor.conf.js | |
parent | d28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa (diff) | |
parent | 97aaeadad537cc6b19f508f074c3fba01ed1e93b (diff) | |
download | PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.gz PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.zst PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.zip |
Merge branch 'release/2.3.0' into develop
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" |