pdf.js/test/integration
Tim van der Meij 1b3ccf1321
Wait for selector instead of timeout in the freetext double click move integration test
This integration test currently fails intermittently on the bots because
of the fixed timeout in the test, which is sometimes too low on slower
systems. The issue can be reproduced 100% of the time by introducing a
delay just before dispatching the `switchannotationeditormode` event.

Puppeteer also discourages this and instead recommends waiting for a
selector instead, which we now do here. This ensures that the test only
continues if the element under test is available and therefore prevents
any timing problems.
2023-09-17 18:49:11 +02:00
..
accessibility_spec.js Ignore null-chars when using structTree-data in the viewer 2023-08-31 16:29:10 +02:00
annotation_spec.js Make annotations focusable (bug 1851489) 2023-09-04 17:12:23 +02:00
copy_paste_spec.js [api-minor] Don't normalize the text used in the text layer. 2023-04-17 14:31:23 +02:00
find_spec.js XFA - Support text search in XFA documents. 2021-08-23 08:44:20 -07:00
freetext_editor_spec.js Wait for selector instead of timeout in the freetext double click move integration test 2023-09-17 18:49:11 +02:00
ink_editor_spec.js [Editor] Move an the editor div in the DOM once a translation with the keyboard is done 2023-08-08 21:02:05 +02:00
scripting_spec.js Wait for selector instead of timeout in the bug1844576 integration test 2023-09-17 13:15:53 +02:00
stamp_editor_spec.js [Editor] Remove the stamp editor displayed when the image was loading (bug 1848313) 2023-08-11 16:46:23 +02:00
test_utils.js [Editor] Avoid to use parent of editors in destroyed pages 2023-09-07 12:30:29 +02:00