Fix lint
This commit is contained in:
parent
7853a425e4
commit
948f734761
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue