This integration test is quite new, but has failed a couple of times on (as far as I have seen only) the Windows bot now with the following traceback:
1) FreeText Editor Paste some html must check that pasting html just keep the text
Message:
�[31m In firefox:
Expected 'FooFooBar
OofHello PDF.js World !!' to equal 'FooBar
OofHello PDF.js World !!'.�[0m
Stack:
at <Jasmine>
at file:///C:/pdfjs/botio-files-pdfjs/private/d21e23ccf06497a/test/integration/freetext_editor_spec.mjs:3667:57
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async UserContext.<anonymous> (file:///C:/pdfjs/botio-files-pdfjs/private/d21e23ccf06497a/test/integration/freetext_editor_spec.mjs:3567:7)
The most recent logs can be found here: http://54.193.163.58:8877/d21e23ccf06497a/output.txt
It was introduced in commit 2dbd7ac and it fails at https://github.com/mozilla/pdf.js/blob/master/test/integration/freetext_editor_spec.mjs#L3666-L3667.
@calixteman Do you have an idea why this could be failing intermittently?