ui: guard duplicate guess submit on player panel (closes #95)
All checks were successful
CI / test-and-quality (push) Successful in 1m34s
CI / test-and-quality (pull_request) Successful in 1m35s

This commit is contained in:
2026-02-28 04:51:31 +01:00
parent e0de58b4b3
commit 41a414bc97
2 changed files with 2 additions and 1 deletions

View File

@@ -841,6 +841,7 @@ class UiScreenTests(TestCase):
self.assertContains(response, "Sender gæt…")
self.assertContains(response, "lie_submit_in_flight")
self.assertContains(response, "guess_submit_in_flight")
self.assertContains(response, "guess_already_submitted_client")
self.assertContains(response, "id=\"playerAutoRefreshToggleBtn\"")
self.assertContains(response, "id=\"playerAutoRefreshHint\"")
self.assertContains(response, "id=\"playerLastRefreshStatus\"")