Fixed unit tests

This commit is contained in:
2025-07-14 15:22:56 +02:00
parent ed793995fb
commit 6f17f6ee1f
3 changed files with 15 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ class WorkflowDesigner(BaseComponent):
def stop_workflow(self):
self._error_message = None
self._player.run()
self._player.stop()
return self.tabs_manager.refresh()
def on_processor_details_event(self, component_id: str, event_name: str, details: dict):