mirror of
https://github.com/apache/superset.git
synced 2026-07-26 00:22:31 +00:00
The tiled screenshot path fell back to WebDriverPlaywright._get_screenshot(), a raw capture with no wait/readiness logic, whenever take_tiled_screenshot() returned a falsy result. That risked silently delivering a screenshot of spinners or a blank dashboard. Replace the fallback with a WARNING log and a raised PlaywrightTimeout, matching the existing failure pattern used elsewhere in this method, so the report fails cleanly instead. Co-Authored-By: Claude <noreply@anthropic.com>