X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Fsrc%2Futils%2Fhooks.ts;h=889cf1d86cee7cdfe1306760d2f94d8c5f29e1b1;hb=ca4bd9667dc06cf4c84d0399f399e4251027a167;hp=e139d8183739dc3f36e5c604694b7d5a6f9c7236;hpb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/src/utils/hooks.ts b/client/e2e/src/utils/hooks.ts index e139d8183..889cf1d86 100644 --- a/client/e2e/src/utils/hooks.ts +++ b/client/e2e/src/utils/hooks.ts @@ -68,5 +68,13 @@ function buildConfig (suiteFile: string = undefined) { } } + if (filename === 'signup.e2e-spec.ts') { + return { + signup: { + enabled: true + } + } + } + return {} }