Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tests/e2e/color-contrast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ const EXCLUDED: Record<string, string> = {
'twin payloads are privacy-gated and gitignored; absent in a fresh checkout',
'/blog/tags/[tag]':
'no post declares a tag, so generateStaticParams yields no instance to visit',
// Headless Firefox has no WebGL, so Cesium cannot construct and renders its
// OWN error panel — `.cesium-widget-errorPanel-header`, measured at 6.49:1.
// That is vendor markup we do not ship or control, appearing only in a
// browser that cannot run the widget at all; chromium passed, which is why
// the PR was green and `main` went red on the post-merge firefox shard.
//
// The route's real UI is not left unchecked: tests/e2e/twin-glass-contrast.spec.ts
// measures the twin chrome against the scene directly, which is the contrast
// question that actually matters here.
'/chatt':
'Cesium error panel is vendor markup; headless Firefox has no WebGL',
};

/** Dynamic segments need a real instance — the template alone proves nothing. */
Expand Down
Loading