feat(editor): Force final canvas v2 migration and remove switcher from UI (#12717)

This commit is contained in:
Alex Grozav
2025-01-20 18:48:16 +02:00
committed by GitHub
parent d25817c5cc
commit 29335b9b6a
4 changed files with 7 additions and 104 deletions

View File

@@ -77,7 +77,7 @@ Cypress.Commands.add('signin', ({ email, password }) => {
// @TODO Remove this once the switcher is removed
cy.window().then((win) => {
win.localStorage.setItem('NodeView.migrated', 'true');
win.localStorage.setItem('NodeView.migrated.release', 'true');
win.localStorage.setItem('NodeView.switcher.discovered.beta', 'true');
const nodeViewVersion = Cypress.env('NODE_VIEW_VERSION');