There was an error while loading. Please reload this page.
1 parent c61929d commit 930a8eaCopy full SHA for 930a8ea
1 file changed
examples/ag-ui/angular/e2e/test-helpers.ts
@@ -11,7 +11,7 @@ export function attachBrowserHygiene(page: Page): {
11
page.on('console', (msg) => {
12
if (msg.type() !== 'error') return;
13
const text = msg.text();
14
- if (/PostHog|ERR_NAME_NOT_RESOLVED|license/i.test(text)) return;
+ if (/PostHog|ERR_NAME_NOT_RESOLVED|ERR_CONNECTION_RESET|license/i.test(text)) return;
15
consoleErrors.push(text);
16
});
17
page.on('pageerror', (err) => {
0 commit comments