Add HTML5 source context panel
This commit is contained in:
@@ -147,6 +147,9 @@ def test_html5_server_rendered_project_editor(tmp_path: Path):
|
||||
assert source.status_code == 200
|
||||
assert "text/html" in source.headers["content-type"]
|
||||
assert "data-html5-source" in source.text
|
||||
assert "data-html5-source-name" in source.text
|
||||
assert "data-html5-lineage-id" in source.text
|
||||
assert "Lines" in source.text
|
||||
assert "Проверить" in source.text
|
||||
assert "<html" not in source.text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user