From 1ff833d66d01e1be25f2d3d09a33f5b2537fb083 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Mon, 11 May 2026 19:59:41 +0530 Subject: [PATCH] ci(mantis): fit telegram proof gifs in comments --- scripts/mantis/build-telegram-desktop-proof-evidence.mjs | 2 +- .../mantis-build-telegram-desktop-proof-evidence.test.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mantis/build-telegram-desktop-proof-evidence.mjs b/scripts/mantis/build-telegram-desktop-proof-evidence.mjs index 215856edea7..e7e9333c3af 100644 --- a/scripts/mantis/build-telegram-desktop-proof-evidence.mjs +++ b/scripts/mantis/build-telegram-desktop-proof-evidence.mjs @@ -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", diff --git a/test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts b/test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts index 86b2546d3c1..6b221c15ded 100644 --- a/test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts +++ b/test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts @@ -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"'); }); });