ci(mantis): fit telegram proof gifs in comments

This commit is contained in:
Ayaan Zaidi
2026-05-11 19:59:41 +05:30
parent ff8bc72c81
commit 1ff833d66d
2 changed files with 2 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ function laneArtifactEntries() {
lane,
path: `${lane}/telegram-desktop-proof.gif`,
targetPath: `${lane}/telegram-desktop-proof.gif`,
width: 520,
width: 420,
},
{
kind: "motionClip",

View File

@@ -97,5 +97,6 @@ describe("scripts/mantis/build-telegram-desktop-proof-evidence", () => {
expect(body).toContain("| Main | This PR |");
expect(body).toContain("baseline/telegram-desktop-proof.gif");
expect(body).toContain("candidate/telegram-desktop-proof.gif");
expect(body).toContain('telegram-desktop-proof.gif" width="420"');
});
});