возможно исправил ошибку таймера с vMix

This commit is contained in:
2026-08-24 15:34:58 +03:00
parent 7d934a6ee6
commit 0ef8378dd1
7 changed files with 184 additions and 47 deletions

View File

@@ -34,7 +34,7 @@ def test_build100_frontend_shortcut_edges_and_pending_press_are_guarded() -> Non
assert 'if (!state.pendingShortcutSequenceRuns.has(sequence.id))' in APP_JS
assert 'one stale/broken title must not prevent the remaining title' in APP_JS
assert 'requestTimeoutMs = Math.min(60000' in APP_JS
assert 'BUILD_VERSION = "2026.08.24.3"' in APP
assert 'BUILD_VERSION = "2026.08.24.4"' in APP
def test_build100_interactive_shortcut_is_single_command_acked_and_continues_after_failure(tmp_path: Path) -> None: