test: compare inherited session keys

This commit is contained in:
Shakker
2026-05-12 14:55:13 +01:00
parent 5f83ddba9f
commit 086aec8d85

View File

@@ -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 () => {