Files
superset2/tests/integration_tests
Evan Rusackas 4d3086ed15 test(security): regression coverage for #36130 FAB permission view templates
The FAB permission views (PermissionModelView, PermissionViewModelView)
previously used a custom list widget pointing at
`superset/fab_overrides/list.html`, which was deleted during a Jinja cleanup.
With the security views enabled, this raised `TemplateNotFound` and returned a
500. The widget references were removed in #36058; this test guards against a
regression by asserting each view's list widget template resolves.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 12:22:45 -07:00
..