Add HTML5 project report summary
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user