diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-03 14:49:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-03 14:49:57 +0100 |
commit | 948f7347618eb552af291714ece5950087de13a3 (patch) | |
tree | f6b9217a472dd9300c9370c4d48e27ea343da61c /client/e2e | |
parent | 7853a425e4e6df21e8e679639877504f21b4f567 (diff) | |
download | PeerTube-948f7347618eb552af291714ece5950087de13a3.tar.gz PeerTube-948f7347618eb552af291714ece5950087de13a3.tar.zst PeerTube-948f7347618eb552af291714ece5950087de13a3.zip |
Fix lint
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/suites-local/plugins.e2e-spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/suites-local/plugins.e2e-spec.ts b/client/e2e/src/suites-local/plugins.e2e-spec.ts index 55f020c44..411f1d217 100644 --- a/client/e2e/src/suites-local/plugins.e2e-spec.ts +++ b/client/e2e/src/suites-local/plugins.e2e-spec.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { AdminPluginPage } from '../po/admin-plugin.po' | 1 | import { AdminPluginPage } from '../po/admin-plugin.po' |
2 | import { LoginPage } from '../po/login.po' | 2 | import { LoginPage } from '../po/login.po' |
3 | import { VideoUploadPage } from '../po/video-upload.po' | 3 | import { VideoUploadPage } from '../po/video-upload.po' |
4 | import { browserSleep, getCheckbox, waitServerUp } from '../utils' | 4 | import { getCheckbox, waitServerUp } from '../utils' |
5 | 5 | ||
6 | describe('Plugins', () => { | 6 | describe('Plugins', () => { |
7 | let videoUploadPage: VideoUploadPage | 7 | let videoUploadPage: VideoUploadPage |