Skip to content

Commit

Permalink
test: remove unnecessary logout
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jan 18, 2024
1 parent 7bd8886 commit 1dbaa48
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ it("retains existing cookies in the auth state file", async (ctx) => {

mockPrismicUserAPI(ctx);

await manager.user.logout();
await manager.user.login({
email: "[email protected]",
cookies: ["foo=bar"],
Expand Down

0 comments on commit 1dbaa48

Please sign in to comment.