ci(mantis): fit telegram proof gifs in comments · openclaw/openclaw@1ff833d
obviyus
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -121,7 +121,7 @@ function laneArtifactEntries() {
|
121 | 121 | lane, |
122 | 122 | path: `${lane}/telegram-desktop-proof.gif`, |
123 | 123 | targetPath: `${lane}/telegram-desktop-proof.gif`, |
124 | | -width: 520, |
| 124 | +width: 420, |
125 | 125 | }, |
126 | 126 | { |
127 | 127 | kind: "motionClip", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -97,5 +97,6 @@ describe("scripts/mantis/build-telegram-desktop-proof-evidence", () => {
|
97 | 97 | expect(body).toContain("| Main | This PR |"); |
98 | 98 | expect(body).toContain("baseline/telegram-desktop-proof.gif"); |
99 | 99 | expect(body).toContain("candidate/telegram-desktop-proof.gif"); |
| 100 | +expect(body).toContain('telegram-desktop-proof.gif" width="420"'); |
100 | 101 | }); |
101 | 102 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。