feat(ui): klikbare guess-svar i player panel
All checks were successful
CI / test-and-quality (push) Successful in 1m37s
CI / test-and-quality (pull_request) Successful in 1m39s

This commit is contained in:
2026-02-27 23:55:11 +01:00
parent 9d298e083e
commit 81a29a0e07
2 changed files with 13 additions and 2 deletions

View File

@@ -780,6 +780,8 @@ class UiScreenTests(TestCase):
self.assertContains(response, "Player panel")
self.assertContains(response, "id=\"sessionToken\"")
self.assertContains(response, "session_token")
self.assertContains(response, "id=\"answerOptions\"")
self.assertContains(response, "renderAnswerOptions")
class SessionDetailRoundQuestionTests(TestCase):