diff options
Diffstat (limited to 'client/e2e/wdio.local-test.conf.ts')
-rw-r--r-- | client/e2e/wdio.local-test.conf.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/wdio.local-test.conf.ts b/client/e2e/wdio.local-test.conf.ts index ca0bb5bfe..bc15123a0 100644 --- a/client/e2e/wdio.local-test.conf.ts +++ b/client/e2e/wdio.local-test.conf.ts | |||
@@ -37,7 +37,7 @@ module.exports = { | |||
37 | // } | 37 | // } |
38 | ], | 38 | ], |
39 | 39 | ||
40 | services: [ 'chromedriver', 'geckodriver' ], | 40 | services: [ 'chromedriver', 'geckodriver', 'shared-store' ], |
41 | 41 | ||
42 | beforeSession: beforeLocalSession, | 42 | beforeSession: beforeLocalSession, |
43 | beforeSuite: beforeLocalSuite, | 43 | beforeSuite: beforeLocalSuite, |