diff --git a/e2e-tests/tests/300-authors.ts b/e2e-tests/tests/300-authors.ts index 5e663557fc..bd0109192a 100644 --- a/e2e-tests/tests/300-authors.ts +++ b/e2e-tests/tests/300-authors.ts @@ -2,7 +2,7 @@ Feature('Authors') // expecting user to be logged out before start of tests -Before(({ login, I }) => { +Before(({ login }) => { login('admin') // login as admin for now })