Release 1.0.0 with server info console
This commit is contained in:
@@ -50,3 +50,8 @@ class UiSecurityTests(unittest.IsolatedAsyncioTestCase):
|
||||
self.assertNotIn("localStorage", index_html)
|
||||
self.assertNotIn("localStorage", app_js)
|
||||
self.assertIn("sessionStorage", app_js)
|
||||
self.assertIn("/system/info", app_js)
|
||||
self.assertIn("serverInfo", app_js)
|
||||
self.assertIn("О сервере", index_html)
|
||||
self.assertIn("СЕРВЕР", index_html)
|
||||
self.assertIn("Запущен", index_html)
|
||||
|
||||
Reference in New Issue
Block a user