Add HTML5 project report summary
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-17 02:00:19 +03:00
parent 15d659e661
commit e5332e9a7c
2 changed files with 30 additions and 1 deletions
+2
View File
@@ -195,6 +195,8 @@ def test_html5_server_rendered_project_editor(tmp_path: Path):
assert report.status_code == 200
assert "text/html" in report.headers["content-type"]
assert "data-html5-project-report" in report.text
assert "data-html5-project-summary" in report.text
assert "risk signals" in report.text
assert "Objects" in report.text
assert "<html" not in report.text