ui: lock guess submit to rendered answer options
All checks were successful
CI / test-and-quality (push) Successful in 1m36s
CI / test-and-quality (pull_request) Successful in 1m36s

This commit is contained in:
2026-02-28 00:05:31 +01:00
parent a9bb2c9670
commit a0562fa6a4
2 changed files with 5 additions and 2 deletions

View File

@@ -782,6 +782,8 @@ class UiScreenTests(TestCase):
self.assertContains(response, "session_token")
self.assertContains(response, "id=\"answerOptions\"")
self.assertContains(response, "renderAnswerOptions")
self.assertContains(response, "availableAnswers")
self.assertContains(response, "invalid_client_guess")
class SessionDetailRoundQuestionTests(TestCase):