test: align mantis evidence assertions · openclaw/openclaw@6971036
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -94,11 +94,11 @@ describe("scripts/mantis/build-telegram-desktop-proof-evidence", () => {
|
94 | 94 | "https://github.com/openclaw/openclaw/tree/qa-artifacts/mantis/telegram-desktop/pr-1/run-1", |
95 | 95 | }); |
96 | 96 | |
97 | | -expect(body).toContain('<th width="50%">Main</th>'); |
98 | | -expect(body).toContain('<th width="50%">This PR</th>'); |
| 97 | +expect(body).toContain("Artifact files:"); |
| 98 | +expect(body).toContain("- Main: `baseline/telegram-desktop-proof.gif`"); |
| 99 | +expect(body).toContain("- This PR: `candidate/telegram-desktop-proof.gif`"); |
99 | 100 | expect(body).toContain("baseline/telegram-desktop-proof.gif"); |
100 | 101 | expect(body).toContain("candidate/telegram-desktop-proof.gif"); |
101 | | -expect(body).toContain('telegram-desktop-proof.gif" width="100%"'); |
102 | 102 | expect(body).not.toContain("| Main | This PR |"); |
103 | 103 | }); |
104 | 104 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。