diff options
Diffstat (limited to 'client/e2e/src/po/video-upload.po.ts')
-rw-r--r-- | client/e2e/src/po/video-upload.po.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | import { browser, element, by } from 'protractor' | 1 | import { browser, by, element } from 'protractor' |
2 | import { join } from 'path' | ||
3 | import { FileDetector } from 'selenium-webdriver/remote' | 2 | import { FileDetector } from 'selenium-webdriver/remote' |
3 | import { join } from 'path' | ||
4 | 4 | ||
5 | export class VideoUploadPage { | 5 | export class VideoUploadPage { |
6 | navigateTo () { | 6 | navigateTo () { |