mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 14:36:05 +00:00
v2.5.0: align key table buttons
This commit is contained in:
@@ -137,6 +137,9 @@ 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.assertIn(".keys-table .mini-actions,\n.keys-table .action-buttons", styles)
|
||||
self.assertIn("grid-template-columns: 1fr", styles)
|
||||
self.assertIn("min-height: 44px", styles)
|
||||
self.assertNotIn("td.actions", styles)
|
||||
self.assertRegex(index, r'<table class="keys-table">[\s\S]*?<tbody id="usersTable">')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user