mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-03 04:47:21 +02:00
Compare commits
No commits in common. "92d7b6d09f13172bba0bffb452d52be89b7ed365" and "e7385669007310f317dfb9cb794cb343f19450a2" have entirely different histories.
92d7b6d09f
...
e738566900
@ -339,8 +339,8 @@ describe("Signature Editor", () => {
|
||||
});
|
||||
|
||||
it("must check copy and paste", async () => {
|
||||
// Run sequentially to avoid clipboard issues.
|
||||
for (const [browserName, page] of pages) {
|
||||
await Promise.all(
|
||||
pages.map(async ([browserName, page]) => {
|
||||
await switchToSignature(page);
|
||||
await page.click("#editorSignatureAddSignature");
|
||||
|
||||
@ -376,7 +376,8 @@ describe("Signature Editor", () => {
|
||||
expect(pastedDescription)
|
||||
.withContext(`In ${browserName}`)
|
||||
.toEqual(originalDescription);
|
||||
}
|
||||
})
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user