From 02fdbcb166b5d47a3ef0e1a762cc87cae8425a90 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:38:10 +0700 Subject: [PATCH] Update --- BACKEND/providers/socket_io_provider.ts | 1 + FRONTEND/src/App.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/BACKEND/providers/socket_io_provider.ts b/BACKEND/providers/socket_io_provider.ts index 4acc6e2..3dfbc0a 100644 --- a/BACKEND/providers/socket_io_provider.ts +++ b/BACKEND/providers/socket_io_provider.ts @@ -141,6 +141,7 @@ export class WebSocketIo { config.runningScenario = '' config.runningPhysical = false config.output = config.output + '[CLEAR_TERMINAL_SCROLL_BACK]' + config.listFeatureTested = [] } return config }) diff --git a/FRONTEND/src/App.tsx b/FRONTEND/src/App.tsx index 007bc49..6d5fd07 100644 --- a/FRONTEND/src/App.tsx +++ b/FRONTEND/src/App.tsx @@ -255,6 +255,7 @@ function App() { connecting: false, netOutput: "[CLEAR_TERMINAL_SCROLL_BACK]", output: "[CLEAR_TERMINAL_SCROLL_BACK]", + listFeatureTested: [], }, data?.stationId )