v2.5.0: make key stats selection explicit

This commit is contained in:
Виталий Литвинов
2026-04-25 15:35:13 +03:00
parent 1e27d6ba71
commit b58bc9e1ba
4 changed files with 24 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ class AdminFeatureTests(unittest.TestCase):
self.assertNotIn('class="actions"', app_js)
self.assertIn('class="action-buttons"', app_js)
self.assertIn('class="key-name-button"', app_js)
self.assertNotIn("td.actions", styles)
self.assertRegex(index, r'<table class="keys-table">[\s\S]*?<tbody id="usersTable">')