This commit is contained in:
2023-10-15 21:58:23 +03:00
parent d0daddd0f0
commit 044b8a6bf2
7 changed files with 35 additions and 42 deletions

View File

@@ -212,4 +212,9 @@ public class StartSapforTests extends TestingSystemPass<SapforTasksPackage> {
if (!TestingServer.checkTasks)
TestingServer.TimerOn();
}
@Override
protected void showDone() throws Exception {
server.account_db.sapforTasksPackages.ui_.Select(target.id);
UI.getMainWindow().getTestingWindow().ShowAutoActualizeTestsState();
}
}