тест 8

This commit is contained in:
2026-08-24 18:17:26 +03:00
parent 65a2521156
commit aac9e5b8bc
7 changed files with 170 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ def test_visible_match_card_opens_from_schedule_without_details_roundtrip() -> N
assert "state.selectedGame = scheduleGame;" in TOURNAMENT_JS
assert "Opening the workspace must be immediate" in TOURNAMENT_JS
# Full details remain optional enrichment after the match is selected.
assert "void enrichOpenedGame(String(id), state.selectedId, generation);" in TOURNAMENT_JS
assert "enrichOpenedGame(String(id), state.selectedId, generation, { opening: true })" in TOURNAMENT_JS
def test_browser_timeout_no_longer_blames_stat2tv_for_every_endpoint() -> None: