mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:04:45 +00:00
test: compare inherited session keys
This commit is contained in:
@@ -508,8 +508,7 @@ describe("sessions view", () => {
|
||||
await Promise.resolve();
|
||||
|
||||
const text = container.querySelector(".session-key-cell")?.textContent ?? "";
|
||||
expect(text).toContain("agent:constructor:telegram:abc123");
|
||||
expect(text).not.toContain("Object (telegram)");
|
||||
expect(text.trim()).toBe("agent:constructor:telegram:abc123");
|
||||
});
|
||||
|
||||
it("expands checkpoint details from row activation when checkpoints exist", async () => {
|
||||
|
||||
Reference in New Issue
Block a user