1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 15:47:57 +02:00

[Editor] Make ink annotation editable

This commit is contained in:
Calixte Denizet 2024-12-01 21:15:57 +01:00
parent 97c7a8eb7a
commit 7e02c77250
15 changed files with 754 additions and 88 deletions

View file

@ -504,14 +504,6 @@ describe("ResetForm action", () => {
it("must check that the Ink annotation has a popup", async () => {
await Promise.all(
pages.map(async ([browserName, page]) => {
if (browserName) {
// TODO
pending(
"Re-enable this test when the Ink annotation has been made editable."
);
return;
}
await page.waitForFunction(
`document.querySelector("[data-annotation-id='25R']").hidden === false`
);