diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-04 10:53:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-04 10:53:38 +0100 |
commit | 3473e2102aab5339e40e7b5067dcae178f777d3a (patch) | |
tree | aa9a3c28ec8dd020ba37d409599719ce7ccd2bde /client/e2e/protractor.conf.js | |
parent | 919b16ba307e738c0897972dc10295b36a88c58f (diff) | |
download | PeerTube-3473e2102aab5339e40e7b5067dcae178f777d3a.tar.gz PeerTube-3473e2102aab5339e40e7b5067dcae178f777d3a.tar.zst PeerTube-3473e2102aab5339e40e7b5067dcae178f777d3a.zip |
Update protractor confg
Diffstat (limited to 'client/e2e/protractor.conf.js')
-rw-r--r-- | client/e2e/protractor.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js index 2b26d2c40..e5a23e16a 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js | |||
@@ -34,7 +34,7 @@ exports.config = { | |||
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | browserName: 'Firefox', | 36 | browserName: 'Firefox', |
37 | version: '60', // ESR, | 37 | version: '68', // ESR |
38 | name: 'Firefox ESR Desktop', | 38 | name: 'Firefox ESR Desktop', |
39 | resolution: '1280x1024' | 39 | resolution: '1280x1024' |
40 | }, | 40 | }, |