Skip to content

Commit 6971036

Browse files
committed
test: align mantis evidence assertions
1 parent 21f1b46 commit 6971036

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ describe("scripts/mantis/build-telegram-desktop-proof-evidence", () => {
9494
"https://github.com/openclaw/openclaw/tree/qa-artifacts/mantis/telegram-desktop/pr-1/run-1",
9595
});
9696

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`");
99100
expect(body).toContain("baseline/telegram-desktop-proof.gif");
100101
expect(body).toContain("candidate/telegram-desktop-proof.gif");
101-
expect(body).toContain('telegram-desktop-proof.gif" width="100%"');
102102
expect(body).not.toContain("| Main | This PR |");
103103
});
104104
});

0 commit comments

Comments
 (0)