test(e2e): drop unused authenticatedPage from recurrence beforeEach
This commit is contained in:
parent
37d7f90acf
commit
268c5daf8b
|
|
@ -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})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue