diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:48:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:53:06 +0200 |
commit | 95cd31f1fe3311c873bee8185e6b07398a775a47 (patch) | |
tree | 0be01dcca9f29309cf74ab575a9efec34b689471 /client/e2e/protractor.conf.js | |
parent | 3a1a00a4af866caa96355c6702bbf805685d0973 (diff) | |
download | PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.gz PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.zst PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.zip |
Allow to auto follow a specific URL
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 0dd1f6ee5..5531707e6 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js | |||
@@ -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', |