From 0b33c5206023de0946b247e767087a518e0dec9a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 19 May 2018 13:58:29 +0200 Subject: Improve e2e tests --- client/e2e/src/po/video-upload.po.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/e2e/src/po/video-upload.po.ts') diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts index 741914d2d..1ac696107 100644 --- a/client/e2e/src/po/video-upload.po.ts +++ b/client/e2e/src/po/video-upload.po.ts @@ -1,6 +1,6 @@ -import { browser, element, by } from 'protractor' -import { join } from 'path' +import { browser, by, element } from 'protractor' import { FileDetector } from 'selenium-webdriver/remote' +import { join } from 'path' export class VideoUploadPage { navigateTo () { -- cgit v1.2.3