Load EDT form elements on demand
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-21 06:57:06 +03:00
parent 7d4d9917dd
commit 8b9a076d86
4 changed files with 209 additions and 9 deletions
+3 -2
View File
@@ -919,8 +919,9 @@ def test_html5_project_setup_renders_server_fragments():
reindex = client.post(f"/html5/projects/{project_id}/setup/reindex")
assert reindex.status_code == 200
assert "data-html5-setup-summary" in reindex.text
assert "reindexed" in reindex.text
assert "data-html5-import-job" in reindex.text
assert "Переиндексация" in reindex.text
assert 'sse-swap="setup-import-job"' in reindex.text
assert "<html" not in reindex.text
summary = client.get(f"/html5/projects/{project_id}/setup/summary")