Skip to content

Commit 60af446

Browse files
roy9495balazsorban44
authored andcommitted
docs: Cypress.Cookies.defaults removed (#7574)
1 parent ce85444 commit 60af446

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/docs/guides/testing/testing-with-cypress.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ describe("Login page", () => {
110110
secure: cookie.secure,
111111
})
112112

113-
Cypress.Cookies.defaults({
114-
preserve: cookieName,
115-
})
116-
117113
// remove the two lines below if you need to stay logged in
118114
// for your remaining tests
119115
cy.visit("/api/auth/signout")

0 commit comments

Comments
 (0)