chore: add showedOnBoardingModal back to allowed state keys (#17086)

This commit is contained in:
Zach Bloomquist
2021-06-23 16:26:29 -04:00
committed by GitHub
parent 8f6d55a22f
commit 157a3b907d
+3
View File
@@ -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