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:
parent
ac57939648
commit
c7b35ecd78
1 changed files with 1 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue