test: navigate cron run links · openclaw/openclaw@d7dfd4a
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -278,7 +278,7 @@ describe("cron view", () => {
|
278 | 278 | expect(onLoadRuns).toHaveBeenNthCalledWith(2, "job-1"); |
279 | 279 | |
280 | 280 | const link = container.querySelector("a.session-link"); |
281 | | -expect(link?.getAttribute("href")).toContain( |
| 281 | +expect(link?.getAttribute("href")).toBe( |
282 | 282 | "/ui/chat?session=agent%3Amain%3Acron%3Ajob-1%3Arun%3Aabc", |
283 | 283 | ); |
284 | 284 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。