diff --git a/web/playwright.config.ts b/web/playwright.config.ts index 265de6d1b..4ef137ccc 100644 --- a/web/playwright.config.ts +++ b/web/playwright.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ viewport: { width: 1280, height: 720 }, storageState: "admin_auth.json", }, - testIgnore: ["**/codeUtils.test.ts", "**/current_assistant.spec.ts"], + testIgnore: ["**/codeUtils.test.ts", "**/chat/**"], }, ], });