fix(editor): Fix flaky mapping tests (#10453)

This commit is contained in:
Elias Meire
2024-08-16 15:30:20 +02:00
committed by GitHub
parent b857c2cda0
commit fc6d4138d5
6 changed files with 23 additions and 11 deletions

View File

@@ -17,6 +17,8 @@ beforeEach(() => {
cy.window().then((win): void => {
win.localStorage.setItem('N8N_THEME', 'light');
win.localStorage.setItem('N8N_AUTOCOMPLETE_ONBOARDED', 'true');
win.localStorage.setItem('N8N_MAPPING_ONBOARDED', 'true');
});
cy.intercept('GET', '/rest/settings', (req) => {