маппинг

This commit is contained in:
2026-08-19 17:44:24 +03:00
parent 614a61168a
commit 14067f082c
10 changed files with 632 additions and 40 deletions

View File

@@ -132,14 +132,12 @@ def test_copy_profile_creates_target_specific_mapping_and_keeps_source(tmp_path:
assert profiles[1].project_fingerprint == "b" * 64
def test_admin_ui_has_export_import_and_copy_to_agent_controls() -> None:
assert "data-map-export" in JS
assert "data-map-copy-to-device" in JS
assert "data-mapping-import" in JS
def test_portable_transfer_backend_remains_available_for_compatibility() -> None:
# Build 74 intentionally simplified the operator UI, but the Build 72 API stays
# available so existing integrations/exported tools do not break.
assert "/copy-to-device" in JS
assert "/api/hockey/admin/vmix-mapping/import" in JS
assert "hockey-mapping.json" in JS
assert "Input ищется по key → названию → номеру" in JS
assert "portable vMix Mapping transfer/import" in CSS
assert '"/api/hockey/admin/vmix-mapping/profiles/{profile_id}/export"' in BRIDGE
assert '"/api/hockey/admin/vmix-mapping/import"' in BRIDGE