Add admin ui tests (#40914)

* Add admin ui tests

* fix notes test

* Apply suggestions from code review

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
Leon Friedrich
2025-10-16 01:14:48 +13:00
committed by GitHub
parent 6fbcc6d0fb
commit bd1cbabea8
9 changed files with 128 additions and 7 deletions

View File

@@ -10,7 +10,8 @@ public sealed class OpenAdminLogsCommand : LocalizedEntityCommands
{
[Dependency] private readonly EuiManager _euiManager = default!;
public override string Command => "adminlogs";
public override string Command => Cmd;
public const string Cmd = "adminlogs";
public override void Execute(IConsoleShell shell, string argStr, string[] args)
{