mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 13:03:43 +00:00
fix: address steer review feedback
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
4a29c13e0d
commit
89b705194b
2 changed files with 56 additions and 31 deletions
|
|
@ -107,12 +107,12 @@ describe("GatewayRuntime steer handling", () => {
|
|||
sessionKey: "chat",
|
||||
});
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 0));
|
||||
|
||||
expect(session.steer).not.toHaveBeenCalled();
|
||||
expect(session.prompt).toHaveBeenCalledWith("pick this up next", {
|
||||
images: undefined,
|
||||
source: "extension",
|
||||
await vi.waitFor(() => {
|
||||
expect(session.prompt).toHaveBeenCalledWith("pick this up next", {
|
||||
images: undefined,
|
||||
source: "extension",
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue