test(e2e): drop unused authenticatedPage from recurrence beforeEach

This commit is contained in:
kolaente 2026-04-21 11:41:36 +02:00 committed by kolaente
parent 37d7f90acf
commit 268c5daf8b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {ProjectFactory} from '../../factories/project'
import {TaskFactory} from '../../factories/task'
test.describe('Task recurrence', () => {
test.beforeEach(async ({authenticatedPage}) => {
test.beforeEach(async () => {
await ProjectFactory.create(1, {id: 1})
})