aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/protractor.conf.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-11 10:48:42 +0200
committerChocobozzz <me@florianbigard.com>2020-05-11 10:48:42 +0200
commit3a1a00a4af866caa96355c6702bbf805685d0973 (patch)
treefd4f98b80b13c8de7e1e6abc758e98241528b18c /client/e2e/protractor.conf.js
parent3a7a261f3345c1ff2de4bed0949f84521ca54a96 (diff)
downloadPeerTube-3a1a00a4af866caa96355c6702bbf805685d0973.tar.gz
PeerTube-3a1a00a4af866caa96355c6702bbf805685d0973.tar.zst
PeerTube-3a1a00a4af866caa96355c6702bbf805685d0973.zip
Fix safari e2e tests
Diffstat (limited to 'client/e2e/protractor.conf.js')
-rw-r--r--client/e2e/protractor.conf.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js
index 5682de829..0dd1f6ee5 100644
--- a/client/e2e/protractor.conf.js
+++ b/client/e2e/protractor.conf.js
@@ -19,17 +19,17 @@ exports.config = {
19 19
20 multiCapabilities: [ 20 multiCapabilities: [
21 { 21 {
22 browserName: 'Chrome',
23 name: 'Latest Chrome Desktop',
24 resolution: '1280x1024'
25 },
26 {
27 browserName: 'Safari', 22 browserName: 'Safari',
28 version: '11.1', 23 version: '11.1',
29 name: 'Safari Desktop', 24 name: 'Safari Desktop',
30 resolution: '1280x1024' 25 resolution: '1280x1024'
31 }, 26 },
32 { 27 {
28 browserName: 'Chrome',
29 name: 'Latest Chrome Desktop',
30 resolution: '1280x1024'
31 },
32 {
33 browserName: 'Firefox', 33 browserName: 'Firefox',
34 version: '60', // ESR, 34 version: '60', // ESR,
35 name: 'Firefox ESR Desktop', 35 name: 'Firefox ESR Desktop',
@@ -61,7 +61,7 @@ exports.config = {
61 } 61 }
62 ], 62 ],
63 63
64 // maxSessions: 1, 64 maxSessions: 1,
65 // BrowserStack compatible ports: https://www.browserstack.com/question/664 65 // BrowserStack compatible ports: https://www.browserstack.com/question/664
66 baseUrl: 'http://localhost:3333/', 66 baseUrl: 'http://localhost:3333/',
67 framework: 'jasmine', 67 framework: 'jasmine',