]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/utils/hooks.ts
Improve E2E tests
[github/Chocobozzz/PeerTube.git] / client / e2e / src / utils / hooks.ts
index e139d8183739dc3f36e5c604694b7d5a6f9c7236..889cf1d86cee7cdfe1306760d2f94d8c5f29e1b1 100644 (file)
@@ -68,5 +68,13 @@ function buildConfig (suiteFile: string = undefined) {
     }
   }
 
+  if (filename === 'signup.e2e-spec.ts') {
+    return {
+      signup: {
+        enabled: true
+      }
+    }
+  }
+
   return {}
 }