mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-18 18:16:38 +03:00
fix(webui): refine inline token highlights (#5241)
This commit is contained in:
@@ -868,7 +868,7 @@ describe("ThreadShell", () => {
|
||||
expectSendMessageWithTurn(client, "skill-reference", "Use $github for this"),
|
||||
);
|
||||
expect(screen.getByTestId("message-skill-reference-github"))
|
||||
.toHaveTextContent("$github");
|
||||
.toHaveTextContent(/^github$/);
|
||||
});
|
||||
|
||||
it("clears the old thread when the active session is removed", async () => {
|
||||
|
||||
Reference in New Issue
Block a user