mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
chore: add showedOnBoardingModal back to allowed state keys (#17086)
This commit is contained in:
@@ -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
|
||||
@@ -22,6 +24,7 @@ browserY
|
||||
isAppDevToolsOpen
|
||||
isBrowserDevToolsOpen
|
||||
reporterWidth
|
||||
showedOnBoardingModal
|
||||
showedNewProjectBanner
|
||||
firstOpenedCypress
|
||||
showedStudioModal
|
||||
|
||||
Reference in New Issue
Block a user