Upgrading 7.5.0 to 7.6.0 gives warning about saving state for non-allowed keys
See original GitHub issueTest code to reproduce
npm install -g cypress@7.5.0
npx cypress open
npm install -g cypress@7.6.0
CYPRESS_baseUrl=http://localhost:8080 npx --yes cypress open --project loan-servicing-ui/
It looks like this is your first time using Cypress: 7.6.0
✔ Verified Cypress! /Users/saschwarz/Library/Caches/Cypress/7.6.0/Cypress.app
Opening Cypress...
WARNING: attempted to save state for non-allowed key(s): showedOnBoardingModal. All keys must be allowed in server/lib/saved_state.js
WARNING: attempted to save state for non-allowed key(s): showedOnBoardingModal. All keys must be allowed in server/lib/saved_state.js
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Updates for Maximo Asset Management 7.6.1 feature packs
Each feature pack contains resolved defects, behavior changes, and new platform supports. A complete list of updates for all Maximo Asset ...
Read more >EJBCA Upgrade Notes Summary - PrimeKey Documentation
Below are important changes and requirements when upgrading from EJBCA 7.4 to EJBCA 7.5.0.1. EJBCA 7.5.0 was an internal release, not generally available...
Read more >ImageManager Release Notes - StorageCraft Support
Fixed an issue where Advanced Verify failed after upgrading to IM 7.5.0. ... Warning: Do NOT update to ImageManager 7.5 if you are...
Read more >Drools Documentation - JBoss.org
Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable ...
Read more >Upgrade from older OCCT versions - Open CASCADE ...
Hence, the files saved by OCCT 6.5 to OCAF binary or XML format will not be readable by previous versions of OCCT. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, we saw this issue before release and thought that we had resolved it, but I suppose not.
This warning can be safely ignored. It will not affect your run in any way. We’ll try to get a fix out for the next release.
Released in
7.7.0
.This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v7.7.0, please open a new issue.