diff --git a/crates/tui/tests/features/core_command_surfaces.feature b/crates/tui/tests/features/core_command_surfaces.feature index 592229473..908028692 100644 --- a/crates/tui/tests/features/core_command_surfaces.feature +++ b/crates/tui/tests/features/core_command_surfaces.feature @@ -39,5 +39,5 @@ Feature: Core command visible surfaces When the user runs the core command "/rlm 1 inspect command extraction" Then the message window should include "Opening persistent RLM context at depth 1" When the user runs the core command "/fleet help" - Then the message window should include "/fleet status shows sub-agents in the current TUI session" - And the message window should include "run codewhale fleet status in your shell" + Then the message window should include "/fleet workers (and /subagents) shows sub-agents in the current TUI session only" + And the message window should include "CLI: codewhale fleet status"