mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
ci(mantis): fit telegram proof gifs in comments
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user