diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-05 10:26:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-05 10:26:10 +0100 |
commit | f74832ce17503b99ee11a193ad03b8585f5651cb (patch) | |
tree | 08ac69993b975bf6786e028ef1d03eb5ee01a3a2 /client/e2e/local-protractor.conf.js | |
parent | ada9762f81fa48d50db69a2312075e71326e71fd (diff) | |
download | PeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.tar.gz PeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.tar.zst PeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.zip |
Fix local e2e tests
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 6120dab8c..5080f2528 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js | |||
@@ -38,7 +38,7 @@ exports.config = { | |||
38 | } | 38 | } |
39 | ], | 39 | ], |
40 | 40 | ||
41 | // maxSessions: 1, | 41 | maxSessions: 1, |
42 | baseUrl: 'http://localhost:3000/', | 42 | baseUrl: 'http://localhost:3000/', |
43 | framework: 'jasmine', | 43 | framework: 'jasmine', |
44 | jasmineNodeOpts: { | 44 | jasmineNodeOpts: { |