поправлены в какой то раз удаления для верхнего счета
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user