pdf.js/test/integration
Tim van der Meij c2e9a6264c
Remove waitForTimeout usage from the dragAndDropAnnotation helper function
The timeout was introduced in commit 402e3fe with equal timeouts around
the helper function call. In commit 55e5af2 the timeouts around the
helper function call have been removed, and it looks like the helper
function itself was not updated purely due to an oversight.

The operations here should not require any timeouts because the promises
only resolve once the action is completed, which also explains why
removing the timeouts surrounding the helper function calls went without
any problems. It should therefore be safe to remove this timeout too.
2024-04-18 16:04:26 +02:00
..
.eslintrc Implement a linting rule to discourage using waitForTimeout for new tests 2024-04-09 16:12:15 +02:00
accessibility_spec.mjs Convert the integration test-files to JavaScript modules 2023-10-12 13:18:20 +02:00
annotation_spec.mjs Implement a linting rule to discourage using waitForTimeout for new tests 2024-04-09 16:12:15 +02:00
caret_browsing_spec.mjs [Editor] Add the possibility to create an highlight from the context menu when some text is selected (bug 1867739) 2024-02-23 16:18:03 +01:00
copy_paste_spec.mjs Simplify the copy & paste integration test 2024-03-19 22:29:59 +01:00
find_spec.mjs Fix the "must highlight text in the right position" integration test 2024-04-11 13:42:08 +02:00
freetext_editor_spec.mjs [Editor] Provide an element to render in the annotation layer after a freetext has been edited (bug 1890535) 2024-04-18 13:29:41 +02:00
highlight_editor_spec.mjs [Editor] Remove the mark from the highlight element and set its role to mark (bug 1889623) 2024-04-04 18:06:05 +02:00
ink_editor_spec.mjs [Editor] Don't add an already added editor (bug 1890367) 2024-04-08 19:50:55 +02:00
scripting_spec.mjs Fix the "must check that a field has the correct value when a choice is changed" scripting integration test 2024-04-15 15:56:39 +02:00
stamp_editor_spec.mjs [Editor] Correctly handle lines when pasting some text in a freetext 2024-03-27 17:48:43 +01:00
test_utils.mjs Remove waitForTimeout usage from the dragAndDropAnnotation helper function 2024-04-18 16:04:26 +02:00
text_field_spec.mjs Remove terminal white spaces when extracting text from annotation appearances 2024-01-09 10:42:53 +01:00
viewer_spec.mjs Avoid wrong scrolling when calling zoomReset 2024-03-21 16:04:36 +01:00