Files
superset2/tests/unit_tests/utils
Elizabeth Thompson a7946db2e7 fix(reports): fail loudly instead of falling back to unguarded screenshot when tiled capture fails
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>
2026-07-21 16:22:25 +00:00
..