You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2) Interaction in annotation_hidden_noview.pdf must check that invisible fields are made visible
Message:
�[31m In firefox: Expected 'hidden' to equal 'visible'.�[0m
Stack:
at <Jasmine>
at file:///C:/pdfjs/botio-files-pdfjs/private/89b6776f17f4038/test/integration/scripting_spec.mjs:2116:14
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/89b6776f17f4038/test/integration/scripting_spec.mjs:2088:7)
Message:
�[31m In firefox: Expected 'hidden' to equal 'visible'.�[0m
Stack:
at <Jasmine>
at file:///C:/pdfjs/botio-files-pdfjs/private/89b6776f17f4038/test/integration/scripting_spec.mjs:2124:14
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/89b6776f17f4038/test/integration/scripting_spec.mjs:2088:7)
The problem is that we're not awaiting a property value change, but instead have a fixed timeout that is sometimes too low primarily on Windows, so it's another occurrence of #17656.
The text was updated successfully, but these errors were encountered:
timvandermeij
changed the title
Fix integration test "FreeText Editor Paste some html must check that pasting html just keep the text"
Fix integration test "Interaction in annotation_hidden_noview.pdf must check that invisible fields are made visible"
Apr 14, 2024
This integration test is failing intermittently, with the most recent failure in http://54.193.163.58:8877/89b6776f17f4038/output.txt:
The problem is that we're not awaiting a property value change, but instead have a fixed timeout that is sometimes too low primarily on Windows, so it's another occurrence of #17656.
The text was updated successfully, but these errors were encountered: