ui: lock join button during player session refresh (#109)
All checks were successful
CI / test-and-quality (push) Successful in 1m38s
CI / test-and-quality (pull_request) Successful in 1m37s

This commit is contained in:
2026-02-28 06:25:40 +01:00
parent 59e12d596d
commit 0a07bfd7ad
2 changed files with 3 additions and 1 deletions

View File

@@ -840,6 +840,8 @@ class UiScreenTests(TestCase):
self.assertContains(response, "canAttemptJoin")
self.assertContains(response, "missing_join_input")
self.assertContains(response, "Udfyld kode og nickname for at join.")
self.assertContains(response, "Afvent aktiv session-opdatering før join.")
self.assertContains(response, "btn.disabled=joinInFlight||sessionDetailInFlight||joined||!canJoin")
self.assertContains(response, "id=\"contextLockHint\"")
self.assertContains(response, "updateContextLockState")
self.assertContains(response, "Spillerkontekst er låst efter join.")