Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cypress 5 support #8

Closed
blackjack26 opened this issue Sep 30, 2020 · 0 comments · Fixed by #10
Closed

Add Cypress 5 support #8

blackjack26 opened this issue Sep 30, 2020 · 0 comments · Fixed by #10

Comments

@blackjack26
Copy link

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.Cookies.defaults({
whitelist: [
Cypress.env('auth0SessionCookieName'),
Cypress.env('auth0StateCookieName')
],
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant