From 74af5a8361f4ccb460001706ce249d50c747f361 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 May 2018 19:59:21 +0200 Subject: Client E2E tests first step --- client/e2e/src/video-watch.po.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/e2e/src/video-watch.po.ts (limited to 'client/e2e/src/video-watch.po.ts') 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 @@ +import { browser } from 'protractor' + +export class VideoWatchPage { + navigateTo () { + browser.waitForAngularEnabled(false) + return browser.get('/') + } +} -- cgit v1.2.3