mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-22 02:30:56 -05:00
test(e2e): drop unused authenticatedPage from webhooks beforeEach
This commit is contained in:
@@ -2,7 +2,7 @@ import {test, expect} from '../../support/fixtures'
|
||||
import {ProjectFactory} from '../../factories/project'
|
||||
|
||||
test.describe('Project webhooks', () => {
|
||||
test.beforeEach(async ({authenticatedPage, currentUser}) => {
|
||||
test.beforeEach(async ({currentUser}) => {
|
||||
await ProjectFactory.create(1, {id: 1, owner_id: currentUser.id}, false)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user