ui: lock guess submit to rendered answer options
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user