Fix password E2E tests

This commit is contained in:
Chocobozzz 2023-07-17 11:46:24 +02:00
parent 9a72e4fe9e
commit d0b7d66f58
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -42,9 +42,7 @@ describe('Password protected videos', () => {
before(async () => {
await waitServerUp()
})
beforeEach(async () => {
loginPage = new LoginPage(isMobileDevice())
videoUploadPage = new VideoUploadPage()
videoWatchPage = new VideoWatchPage(isMobileDevice(), isSafari())