feat: polish session warning experience
This commit is contained in:
@@ -32,6 +32,8 @@ class SessionWarningTests(TestCase):
|
||||
self.assertContains(response, 'WorkdockSessionConfig')
|
||||
self.assertContains(response, '/session/keepalive/')
|
||||
self.assertContains(response, 'Ihre Sitzung läuft bald ab')
|
||||
self.assertContains(response, 'app-session-warning-status')
|
||||
self.assertContains(response, 'Was passiert?')
|
||||
|
||||
def test_keepalive_refreshes_session_timestamps(self):
|
||||
client = Client(HTTP_HOST='localhost')
|
||||
|
||||
Reference in New Issue
Block a user