1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #19447 from Snuffleupagus/fix-integrationtest-inferred_link_

Check for the correct link-id prefix in "must not add links when unnecessary" integration-test (PR 19110 follow-up)
This commit is contained in:
Tim van der Meij 2025-02-09 12:55:10 +01:00 committed by GitHub
commit 739324d77e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ describe("autolinker", function () {
linkIds.forEach(id =>
expect(id)
.withContext(`In ${browserName}`)
.not.toContain("added_link_")
.not.toContain("inferred_link_")
);
})
);