Fix e2e tests

This commit is contained in:
Jack Kingsman
2026-03-24 14:51:29 -07:00
parent d36c63f6b1
commit 3b28ebfa49
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -25,6 +25,16 @@ export default defineConfig({
baseURL: 'http://localhost:8001',
trace: 'on-first-retry',
screenshot: 'only-on-failure',
// Dismiss the security warning modal that blocks interaction on fresh browser contexts
storageState: {
cookies: [],
origins: [
{
origin: 'http://localhost:8001',
localStorage: [{ name: 'meshcore_security_warning_acknowledged', value: 'true' }],
},
],
},
},
projects: [