feat: polish session warning experience
Some checks failed
CI / python-validation (push) Has been cancelled
CI / docker-release-gate (push) Has been cancelled
i18n / compile-translations (push) Has been cancelled

This commit is contained in:
Md Bayazid Bostame
2026-04-01 22:08:10 +02:00
parent e47b1b3110
commit da2af7fb3b
5 changed files with 161 additions and 5 deletions

View File

@@ -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')