test: stabilize preaction title assertion

This commit is contained in:
Josh Lehman 2026-03-23 08:28:15 -07:00
parent 26a49ab061
commit 49044eddf1
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
2 changed files with 0 additions and 2 deletions

View File

@ -206,7 +206,6 @@ Docs: https://docs.openclaw.ai
- Release/install: keep previously released bundled plugins and Control UI assets in published openclaw npm installs, and fail release checks when those shipped artifacts are missing. Thanks @vincentkoc.
- WhatsApp/outbound sends: keep the active Web listener on a direct process-global symbol so split runtime chunks keep sharing the connected Baileys session and `openclaw message send --channel whatsapp` stops failing after connect. Fixes #52574. Thanks @MonkeyLeeT.
- Agents/process: fail loud when `send-keys` tries cursor-sensitive keys before a background PTY reports its cursor mode, so startup races no longer silently send the wrong arrow/Home/End sequences. (#51490) Thanks @liuy.
## 2026.3.22
### Breaking

View File

@ -203,7 +203,6 @@ describe("registerPreActionHooks", () => {
it("handles debug mode and plugin-required command preaction", async () => {
const processTitleSetSpy = vi.spyOn(process, "title", "set");
await runPreAction({
parseArgv: ["status"],
processArgv: ["node", "openclaw", "status", "--debug"],