ui: lock join button during player session refresh (#109)
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user