UI: vis sidst opdateret status i host auto-refresh (#86)
All checks were successful
CI / test-and-quality (push) Successful in 1m34s
CI / test-and-quality (pull_request) Successful in 1m35s

This commit is contained in:
2026-02-28 04:12:42 +01:00
parent 03f6f35019
commit 8c655d10b6
2 changed files with 14 additions and 2 deletions

View File

@@ -794,6 +794,12 @@ class UiScreenTests(TestCase):
self.assertContains(response, "hostActionInFlight")
self.assertContains(response, "withHostActionLock")
self.assertContains(response, "Handling kører… afvent svar før næste klik.")
self.assertContains(response, "Session-data ikke opdateret endnu.")
self.assertContains(response, "Sidst opdateret:")
self.assertContains(response, "Session-data kan være forældet")
self.assertContains(response, "markSessionRefresh")
self.assertContains(response, "updateLastRefreshStatus")
self.assertContains(response, "isSessionDetailRead")
self.assertContains(response, "showQuestionBtn.disabled=hostActionInFlight||!hasCode||phase!==")
self.assertContains(response, "categorySelect.disabled=hostActionInFlight||!hasCode||phase!==")