1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 09:08:07 +02:00

Enable a disabled stamp editor integration test in Chrome

Puppeteer recently got updated to version 24.0.0+, so we're past version
23.9.1- where the integration test failed before and we can enable it
again now that it passes in Chrome.
This commit is contained in:
Tim van der Meij 2025-01-19 19:04:06 +01:00
parent ac57939648
commit c7b35ecd78
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762

View file

@ -1621,12 +1621,7 @@ describe("Stamp Editor", () => {
it("must check that the annotation isn't unselected when an other finger taps on the screen", async () => {
// Run sequentially to avoid clipboard issues.
for (const [browserName, page] of pages) {
if (browserName === "chrome") {
// TODO: remove this check when puppeteer supports multiple touch
// events (it works in v23.9.1).
return;
}
for (const [, page] of pages) {
await switchToStamp(page);
await copyImage(page, "../images/firefox_logo.png", 0);