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