]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/e2e/src/types/wdio.d.ts
6dc2cbd87062d003cab6cb21762a0620376fcda8
[github/Chocobozzz/PeerTube.git] / client / e2e / src / types / wdio.d.ts
1 declare namespace WebdriverIO {
2 interface Element {
3 chooseFile: (path: string) => Promise<void>
4 }
5 }