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 )