tests/e2e/favicon-real-sites.test.ts fails on fresh E2E profiles when heise.de/techcrunch.com serve an EU consent-wall redirect: webNavigation.onCompleted fires for the consent URL, which is not in the tile cache, so no capture session starts (no thumbnail, no favicon). Diagnosed 2026-07-16 during the Chrome-port overnight run (3x fail after a same-morning pass; capture pipeline itself proven green at HEAD by event-page-lifecycle + auto-thumbnail suites; maintainer manually verified favicons work in Firefox). The UAT daemon already solves this class by dismissing consent at seed time with cookies persisting in its profile. Fix options: (a) port that consent-dismissal into this one test's setup, (b) repoint the test at sites without EU consent flows. Test is already CI-skipped (network-gated); this only affects local full runs. Low priority.
tests/e2e/favicon-real-sites.test.ts fails on fresh E2E profiles when heise.de/techcrunch.com serve an EU consent-wall redirect: webNavigation.onCompleted fires for the consent URL, which is not in the tile cache, so no capture session starts (no thumbnail, no favicon). Diagnosed 2026-07-16 during the Chrome-port overnight run (3x fail after a same-morning pass; capture pipeline itself proven green at HEAD by event-page-lifecycle + auto-thumbnail suites; maintainer manually verified favicons work in Firefox). The UAT daemon already solves this class by dismissing consent at seed time with cookies persisting in its profile. Fix options: (a) port that consent-dismissal into this one test's setup, (b) repoint the test at sites without EU consent flows. Test is already CI-skipped (network-gated); this only affects local full runs. Low priority.