]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/e2e/src/types/wdio.d.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / e2e / src / types / wdio.d.ts
CommitLineData
3419e0e1
C
1declare namespace WebdriverIO {
2 interface Element {
3 chooseFile: (path: string) => Promise<void>
4 }
5}