]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/e2e/src/video-upload.po.ts
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / client / e2e / src / video-upload.po.ts
CommitLineData
74af5a83
C
1import { browser } from 'protractor'
2
3export class VideoUploadPage {
4 navigateTo () {
5 return browser.get('/videos/upload')
6 }
7}