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

chore: add showedOnBoardingModal back to allowed state keys #17086

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/server/lib/saved_state.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const { fs } = require('./util/fs')

const stateFiles = {}

// TODO: remove `showedOnBoardingModal` from this list - it is only included so that misleading `allowed` are not thrown
// now that it has been removed from use
const allowed = `
appWidth
appHeight
Expand All @@ -22,6 +24,7 @@ browserY
isAppDevToolsOpen
isBrowserDevToolsOpen
reporterWidth
showedOnBoardingModal
showedNewProjectBanner
firstOpenedCypress
showedStudioModal
Expand Down