feat: add session warning countdown ring
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:11:35 +02:00
parent da2af7fb3b
commit 6d8c727b29
4 changed files with 36 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ class SessionWarningTests(TestCase):
self.assertContains(response, '/session/keepalive/')
self.assertContains(response, 'Ihre Sitzung läuft bald ab')
self.assertContains(response, 'app-session-warning-status')
self.assertContains(response, 'app-session-warning-seconds')
self.assertContains(response, 'Was passiert?')
def test_keepalive_refreshes_session_timestamps(self):