UI: vis sidst opdateret status i host auto-refresh (#86)
This commit is contained in:
@@ -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!==")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user