-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
{log:false} of clearLocalStorage doesn't work. #6342
{log:false} of clearLocalStorage doesn't work. #6342
Comments
Hello, I would like to work on this bug. Am I able to start working on this? What is required? |
Just go on and submit a PR. Here's the guide. If you have anything to ask, feel free to do it. |
* fix: disable log for clearLocalStorage #6342 * fix: default log value * fix: remove unwanted isnt false and options._log * test: add test for log: false * feat: add options fallback to keys param * feat: add options fallback to keys param * test: add test for key to be options * test: fix not string error test Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
The code for this is done in cypress-io/cypress#6495, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
cy.clearLocalStorage({log:false})
should not show the command on the reporter. But it does.Desired behavior:
It should not show the command.
Test code to reproduce
Result:
Versions
3.8.3
The text was updated successfully, but these errors were encountered: