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.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/e2e/src/utils/hooks.ts b/client/e2e/src/utils/hooks.ts
index 2f3d10fe3..e139d8183 100644
--- a/client/e2e/src/utils/hooks.ts
+++ b/client/e2e/src/utils/hooks.ts
@@ -57,7 +57,12 @@ function buildConfig (suiteFile: string = undefined) {
57 licence: 4 57 licence: 4
58 }, 58 },
59 p2p: { 59 p2p: {
60 enabled: false 60 webapp: {
61 enabled: false
62 },
63 embed: {
64 enabled: false
65 }
61 } 66 }
62 } 67 }
63 } 68 }