test: locate markdown preview label · openclaw/openclaw@313df58
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -401,7 +401,9 @@ describe("renderAgentFiles", () => {
|
401 | 401 | expect(container.querySelector(".md-preview-dialog__chip strong")?.textContent).toBe( |
402 | 402 | "Saved Preview", |
403 | 403 | ); |
404 | | -expect(container.textContent).toContain("Markdown Preview"); |
| 404 | +expect(container.querySelector(".md-preview-dialog__eyebrow span")?.textContent?.trim()).toBe( |
| 405 | +"Markdown Preview", |
| 406 | +); |
405 | 407 | }); |
406 | 408 | |
407 | 409 | it("renders preview header controls as icon-only buttons with accessible labels", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。