pull/4696/head
Chocobozzz 2022-01-03 14:49:57 +01:00
parent 7853a425e4
commit 948f734761
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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