aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/types/wdio.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/src/types/wdio.d.ts')
-rw-r--r--client/e2e/src/types/wdio.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/e2e/src/types/wdio.d.ts b/client/e2e/src/types/wdio.d.ts
new file mode 100644
index 000000000..6dc2cbd87
--- /dev/null
+++ b/client/e2e/src/types/wdio.d.ts
@@ -0,0 +1,5 @@
1declare namespace WebdriverIO {
2 interface Element {
3 chooseFile: (path: string) => Promise<void>
4 }
5}