aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/utils/hooks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/src/utils/hooks.ts')
-rw-r--r--client/e2e/src/utils/hooks.ts8
1 files changed, 8 insertions, 0 deletions
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) {
68 } 68 }
69 } 69 }
70 70
71 if (filename === 'signup.e2e-spec.ts') {
72 return {
73 signup: {
74 enabled: true
75 }
76 }
77 }
78
71 return {} 79 return {}
72} 80}