Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nextauthjs/next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed May 19, 2023
2 parents 8373bc9 + 4baf2c8 commit 7711eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions docs/docs/guides/testing/testing-with-cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ describe("Login page", () => {
secure: cookie.secure,
})

Cypress.Cookies.defaults({
preserve: cookieName,
})

// remove the two lines below if you need to stay logged in
// for your remaining tests
cy.visit("/api/auth/signout")
Expand Down

1 comment on commit 7711eb0

@vercel
Copy link

@vercel vercel bot commented on 7711eb0 May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.