test(smoke): subagent tool calls read as Agent

This commit is contained in:
hh
2026-09-04 20:24:02 +02:00
parent 68870864a6
commit a76ee29255
+1 -1
View File
@@ -161,7 +161,7 @@ check(
check("thread header shows the master", text().includes("Master · 29 Aug")); check("thread header shows the master", text().includes("Master · 29 Aug"));
check( check(
"the running turn's tools are on screen", "the running turn's tools are on screen",
text().includes("Task") && text().includes("Bash") text().includes("Agent") && text().includes("Bash")
); );
check( check(
"history rendered through the host renderer", "history rendered through the host renderer",