diff --git a/lobby/templates/lobby/host_screen.html b/lobby/templates/lobby/host_screen.html index a7330ed..5f0d17a 100644 --- a/lobby/templates/lobby/host_screen.html +++ b/lobby/templates/lobby/host_screen.html @@ -9,6 +9,8 @@

Kræver mindst 3 spillere i lobbyen.

Spillere i session: ukendt

+ +

Fase: ukendt (opdatér session-status).

@@ -20,14 +22,18 @@
Klar.
diff --git a/lobby/tests.py b/lobby/tests.py index e8bb521..34c7d59 100644 --- a/lobby/tests.py +++ b/lobby/tests.py @@ -778,7 +778,11 @@ class UiScreenTests(TestCase): self.assertContains(response, "id=\"showQuestionBtn\"") self.assertContains(response, "id=\"mixAnswersBtn\"") self.assertContains(response, "id=\"hostActionHint\"") + + self.assertContains(response, "id=\"phaseStatus\"") self.assertContains(response, "updateHostActionState") + self.assertContains(response, "phaseLabel") + self.assertContains(response, "Opdatér session-status for fasebaserede host-actions.") self.assertContains(response, "Angiv sessionkode for at aktivere host-actions.") def test_player_screen_is_public(self):