Add XML structure preview tree for AI page
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-22 15:40:05 +03:00
parent c9f3c12c3f
commit 7501111d29
4 changed files with 43 additions and 0 deletions
+3
View File
@@ -2376,6 +2376,9 @@ def test_html5_ai_structure_check_path_reports_xml_export_layout(tmp_path: Path)
assert "Главная папка: Конфигурация" in checked.text
assert "Папки расширений: CRM" in checked.text
assert "Первые файлы объектов: Конфигурация/metadata.xml, CRM/РасширениеCRM.mdo" in checked.text
assert "Предпросмотр структуры" in checked.text
assert "Главная конфигурация" in checked.text
assert "Первые файлы модулей" in checked.text
def test_html5_ai_structure_check_path_rejects_binary_input_for_xml_flow(tmp_path: Path):