This commit is contained in:
Andras Schmelczer 2026-06-22 22:04:20 +01:00
parent 6c6780fc60
commit f7e0814a38
8 changed files with 206 additions and 92 deletions

View file

@ -148,7 +148,12 @@ async function suppressDevServerNoise(context: BrowserContext) {
iframe[id*="webpack"],
[id*="webpack-dev-server-client"],
[class*="error-overlay"],
[class*="webpack-error"] {
[class*="webpack-error"],
/* Recording-only: hide dashboard chrome that reads as noise/loading
on camera (the "Finding the Perfect Postcode" AI-status CTA). The
data attribute is inert in production only this injected rule
targets it, and only during a recording. */
[data-video-hide] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;