]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorChocobozzz <me@florianbigard.com>
Mon, 3 Jan 2022 13:49:57 +0000 (14:49 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 3 Jan 2022 13:49:57 +0000 (14:49 +0100)
client/e2e/src/suites-local/plugins.e2e-spec.ts

index 55f020c448f14ce8bcdd7a2bafc80dd95434dfeb..411f1d21716d1c05ea434ccf273197f3344cf753 100644 (file)
@@ -1,7 +1,7 @@
 import { AdminPluginPage } from '../po/admin-plugin.po'
 import { LoginPage } from '../po/login.po'
 import { VideoUploadPage } from '../po/video-upload.po'
-import { browserSleep, getCheckbox, waitServerUp } from '../utils'
+import { getCheckbox, waitServerUp } from '../utils'
 
 describe('Plugins', () => {
   let videoUploadPage: VideoUploadPage