diff options
Diffstat (limited to 'client/e2e/wdio.main.conf.ts')
-rw-r--r-- | client/e2e/wdio.main.conf.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/e2e/wdio.main.conf.ts b/client/e2e/wdio.main.conf.ts index 0a10ee9ca..5ae7fa18b 100644 --- a/client/e2e/wdio.main.conf.ts +++ b/client/e2e/wdio.main.conf.ts | |||
@@ -119,7 +119,6 @@ export const config = { | |||
119 | }, | 119 | }, |
120 | 120 | ||
121 | before: function () { | 121 | before: function () { |
122 | require('expect-webdriverio') | ||
123 | require('./src/commands/upload') | 122 | require('./src/commands/upload') |
124 | } | 123 | } |
125 | } as Partial<WebdriverIO.Config> | 124 | } as Partial<WebdriverIO.Config> |