diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-19 13:58:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-22 09:17:21 +0200 |
commit | 0b33c5206023de0946b247e767087a518e0dec9a (patch) | |
tree | 69bebf7db9271c54938ce9457b43eff15222e243 /client/e2e/src/po/video-upload.po.ts | |
parent | cd4d7a2ca868209fb1e2dbd790c1e5d6cca77e86 (diff) | |
download | PeerTube-0b33c5206023de0946b247e767087a518e0dec9a.tar.gz PeerTube-0b33c5206023de0946b247e767087a518e0dec9a.tar.zst PeerTube-0b33c5206023de0946b247e767087a518e0dec9a.zip |
Improve e2e tests
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 () { |