-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
The Cypress.Cookies.defaults() whitelist option has been renamed to preserve to more closely reflect its behavior. Addressed in #7782.
The following code block would need to be updated:
cypress-nextjs-auth0/src/utils/whitelist-cookies.js
Lines 1 to 6 in 099dca6
| Cypress.Cookies.defaults({ | |
| whitelist: [ | |
| Cypress.env('auth0SessionCookieName'), | |
| Cypress.env('auth0StateCookieName') | |
| ], | |
| }); |
matthieuh, GeoffNeal and dqunbp
Metadata
Metadata
Assignees
Labels
No labels