]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/wdio.local.conf.ts
Remove invalid console logs
[github/Chocobozzz/PeerTube.git] / client / e2e / wdio.local.conf.ts
index 903235b862e150e916414d4c8ab50f165ca3d0da..5cdd692901700f98759b7624b3238cabc3c25768 100644 (file)
@@ -20,14 +20,14 @@ module.exports = {
 
     capabilities: [
       {
-        browserName: 'chrome',
+        'browserName': 'chrome',
         'goog:chromeOptions': {
           args: [ '--headless', '--disable-gpu', windowSizeArg ],
           prefs
         }
       },
       {
-        browserName: 'firefox',
+        'browserName': 'firefox',
         'moz:firefoxOptions': {
           binary: '/usr/bin/firefox-developer-edition',
           args: [ '--headless', windowSizeArg ],