aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/video-upload.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/src/video-upload.po.ts')
-rw-r--r--client/e2e/src/video-upload.po.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/e2e/src/video-upload.po.ts b/client/e2e/src/video-upload.po.ts
new file mode 100644
index 000000000..df358e44b
--- /dev/null
+++ b/client/e2e/src/video-upload.po.ts
@@ -0,0 +1,7 @@
1import { browser } from 'protractor'
2
3export class VideoUploadPage {
4 navigateTo () {
5 return browser.get('/videos/upload')
6 }
7}