поправлены в какой то раз удаления для верхнего счета

This commit is contained in:
2026-08-20 15:20:19 +03:00
parent 3dc21e4619
commit 8790a1e113
9 changed files with 244 additions and 78 deletions

View File

@@ -8,7 +8,7 @@ def test_ready_penalty_opens_target_when_scoreboard_is_live():
end = APP_JS.index("function finishActionMatchesSource", start)
snippet = APP_JS[start:end]
assert "if (hockeyScoreboardIsLive())" in snippet
assert 'commands.push({ Function: `OverlayInput${overlay}In`, Input: target.input });' in snippet
assert 'inCommands.push({ Function: `OverlayInput${overlay}In`, Input: target.input });' in snippet
def test_penalty_overlay_auto_in_does_not_retrigger_visible_target():