fix: harden twenty four game submissions

This commit is contained in:
2026-08-09 03:30:31 +08:00
parent b1ac6cef86
commit ce7bed5f19
4 changed files with 90 additions and 3 deletions
+2
View File
@@ -63,6 +63,8 @@ def test_toolbox_and_games_资源入口与移动端触控样式存在():
assert "pointerdown" in toolbox
assert "window.HuluGames" in games
assert "sudoku-board" in games
assert 'errorMessage.className = "form-error game-form-error"' in games
assert "errorMessage.textContent = error.message" in games
assert "touch-action: none" in styles
assert ".calculator-controls [hidden]" in styles
assert ".sudoku-board" in styles