From d3741c82f5a59e2f92ca4295b88add6190cd8b3c Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 20 Apr 2026 11:20:27 +0200 Subject: [PATCH] test: fix starter-vault shell regression --- src/App.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.test.tsx b/src/App.test.tsx index f5144728..7cd521fe 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -570,6 +570,7 @@ describe('App', () => { }) it('defaults to All Notes when explicit organization is disabled in vault config', async () => { + localStorage.setItem('tolaria_welcome_dismissed', '1') mockCommandResults.load_vault_list = { vaults: [{ label: 'Getting Started', path: '/Users/mock/Documents/Getting Started' }], active_vault: '/Users/mock/Documents/Getting Started',