test: retain cron advanced labels · openclaw/openclaw@2cb8a0c
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -689,7 +689,7 @@ describe("cron view", () => {
|
689 | 689 | Array.from(everyAdvanced.querySelectorAll(".field-checkbox__label")).map((label) => |
690 | 690 | label.textContent?.trim(), |
691 | 691 | ), |
692 | | -).not.toContain("Best effort delivery"); |
| 692 | +).toEqual(["Delete after run", "Clear agent override"]); |
693 | 693 | }); |
694 | 694 | |
695 | 695 | it("renders inline validation errors, disabled submit, and required aria bindings", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。