Files
superset2/tests/unit_tests/utils/test_screenshot_utils.py
Elizabeth Thompson 081e58b33d test(reports): remove non-timeout exception test with playwright-dependent behavior
The test outcome depends on whether playwright is importable at test time.
When playwright is absent, PlaywrightTimeout aliases to Exception, so the
inner except clause catches RuntimeError and the screenshot proceeds.
When playwright is present the outer handler catches it and returns None.
Remove the test rather than encoding environment-specific behavior.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 22:37:40 +00:00

16 KiB