Skip to content

Commit

Permalink
chore: add showedOnBoardingModal back to allowed state keys (#17086)
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jun 23, 2021
1 parent 8f6d55a commit 157a3b9
Showing 1 changed file with 3 additions and 0 deletions.
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

4 comments on commit 157a3b9

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 157a3b9 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.6.0/circle-develop-157a3b907dab44232e73e7ef54a48ee15e30f6ca/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 157a3b9 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.6.0/appveyor-develop-157a3b907dab44232e73e7ef54a48ee15e30f6ca/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 157a3b9 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.6.0/appveyor-develop-157a3b907dab44232e73e7ef54a48ee15e30f6ca/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 157a3b9 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.6.0/circle-develop-157a3b907dab44232e73e7ef54a48ee15e30f6ca/cypress.tgz

Please sign in to comment.