pdf.js/test/integration
Tim van der Meij 28418598e5
Update puppeteer to version 22.0.0
This is a major version bump that requires two changes on our side:

- The new headless mode is now the default, so we can remove our
  transformation code (see https://github.com/puppeteer/puppeteer/pull/11815).
- The `page.waitForTimeout` API is removed. Sadly we still used it in
  the integration tests (but fortunately much less than before we worked
  on fixing intermittent failures), so until we remove the final
  occurrences we provide an implementation ourselves (see
  https://github.com/puppeteer/puppeteer/pull/11780).

The full changelog can be found here:
https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.0.0
2024-02-10 19:05:36 +01:00
..
accessibility_spec.mjs Convert the integration test-files to JavaScript modules 2023-10-12 13:18:20 +02:00
annotation_spec.mjs Update puppeteer to version 22.0.0 2024-02-10 19:05:36 +01:00
caret_browsing_spec.mjs Implement caret browsing mode (bug 807730) 2024-02-07 09:35:22 +01:00
copy_paste_spec.mjs Fix keyboard shortcuts on mac and for some tests make sure that all 2023-10-27 16:09:35 +02:00
find_spec.mjs Fix intermittents failure on mac 2023-10-27 16:10:06 +02:00
freetext_editor_spec.mjs Update puppeteer to version 22.0.0 2024-02-10 19:05:36 +01:00
highlight_editor_spec.mjs [Editor] Add the possibility to change the thickness of a free highlight (bug 1876096) 2024-01-24 22:04:39 +01:00
ink_editor_spec.mjs Use page.evaluateHandle when we want to await on document promises in integration tests 2023-12-07 17:00:12 +01:00
scripting_spec.mjs Update puppeteer to version 22.0.0 2024-02-10 19:05:36 +01:00
stamp_editor_spec.mjs Use page.evaluateHandle when we want to await on document promises in integration tests 2023-12-07 17:00:12 +01:00
test_utils.mjs Update puppeteer to version 22.0.0 2024-02-10 19:05:36 +01:00
text_field_spec.mjs Remove terminal white spaces when extracting text from annotation appearances 2024-01-09 10:42:53 +01:00