aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-12 13:39:37 +0200
committerChocobozzz <me@florianbigard.com>2023-07-12 13:39:37 +0200
commit288e1d37e91c490f6dfa9f639d9cb3ae7c39b15b (patch)
treea0767bb9eff34e126a5e615f80d43a577927b9b4 /client
parent5c34189aa9913a5160b44ba9f4bab7e7df75e23b (diff)
downloadPeerTube-288e1d37e91c490f6dfa9f639d9cb3ae7c39b15b.tar.gz
PeerTube-288e1d37e91c490f6dfa9f639d9cb3ae7c39b15b.tar.zst
PeerTube-288e1d37e91c490f6dfa9f639d9cb3ae7c39b15b.zip
Fix lint
Diffstat (limited to 'client')
-rw-r--r--client/e2e/wdio.local-test.conf.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/client/e2e/wdio.local-test.conf.ts b/client/e2e/wdio.local-test.conf.ts
index 6c0171372..96ddc67ca 100644
--- a/client/e2e/wdio.local-test.conf.ts
+++ b/client/e2e/wdio.local-test.conf.ts
@@ -24,19 +24,19 @@ module.exports = {
24 specFileRetries: 0, 24 specFileRetries: 0,
25 25
26 capabilities: [ 26 capabilities: [
27 // { 27 {
28 // 'browserName': 'chrome', 28 'browserName': 'chrome',
29 // 'acceptInsecureCerts': true, 29 'acceptInsecureCerts': true,
30 // 'goog:chromeOptions': { 30 'goog:chromeOptions': {
31 // args: [ '--disable-gpu', windowSizeArg ], 31 args: [ '--disable-gpu', windowSizeArg ],
32 // prefs 32 prefs
33 // } 33 }
34 // }, 34 },
35 { 35 {
36 'browserName': 'firefox', 36 'browserName': 'firefox',
37 'moz:firefoxOptions': { 37 'moz:firefoxOptions': {
38 binary: '/usr/bin/firefox-developer-edition', 38 binary: '/usr/bin/firefox-developer-edition',
39 // args: [ '--headless', windowSizeArg ], 39 args: [ '--headless', windowSizeArg ],
40 40
41 prefs 41 prefs
42 } 42 }