feat(editor): Migrate existing users to new canvas and set new canvas as default (#11896)

This commit is contained in:
Alex Grozav
2024-11-27 10:11:33 +02:00
committed by GitHub
parent 132aa0b9f1
commit caa744785a
7 changed files with 203 additions and 25 deletions

View File

@@ -20,11 +20,6 @@ beforeEach(() => {
win.localStorage.setItem('N8N_THEME', 'light');
win.localStorage.setItem('N8N_AUTOCOMPLETE_ONBOARDED', 'true');
win.localStorage.setItem('N8N_MAPPING_ONBOARDED', 'true');
const nodeViewVersion = Cypress.env('NODE_VIEW_VERSION');
if (nodeViewVersion) {
win.localStorage.setItem('NodeView.version', nodeViewVersion);
}
});
cy.intercept('GET', '/rest/settings', (req) => {