]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/wdio.local-test.conf.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / client / e2e / wdio.local-test.conf.ts
index 3c19e4e9ad613ecc6e684e1739ec5947f53ddfe9..96ddc67cace96242d173a0fa75fd38467f9b7a88 100644 (file)
@@ -25,15 +25,15 @@ module.exports = {
 
     capabilities: [
       {
-        browserName: 'chrome',
-        acceptInsecureCerts: true,
+        'browserName': 'chrome',
+        'acceptInsecureCerts': true,
         'goog:chromeOptions': {
           args: [ '--disable-gpu', windowSizeArg ],
           prefs
         }
       },
       {
-        browserName: 'firefox',
+        'browserName': 'firefox',
         'moz:firefoxOptions': {
           binary: '/usr/bin/firefox-developer-edition',
           args: [ '--headless', windowSizeArg ],