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, 0 insertions, 7 deletions
diff --git a/client/e2e/src/video-upload.po.ts b/client/e2e/src/video-upload.po.ts
deleted file mode 100644
index df358e44b..000000000
--- a/client/e2e/src/video-upload.po.ts
+++ /dev/null
@@ -1,7 +0,0 @@
1import { browser } from 'protractor'
2
3export class VideoUploadPage {
4 navigateTo () {
5 return browser.get('/videos/upload')
6 }
7}