Skip to content

Commit

Permalink
chore(e2e): remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 12, 2023
1 parent c3b5975 commit 399a78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/300-authors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit 399a78a

Please sign in to comment.