Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration test "Interaction in annotation_hidden_noview.pdf must check that invisible fields are made visible" #17939

Closed
timvandermeij opened this issue Apr 14, 2024 · 0 comments · Fixed by #17940
Assignees

Comments

@timvandermeij
Copy link
Contributor

timvandermeij commented Apr 14, 2024

This integration test is failing intermittently, with the most recent failure in http://54.193.163.58:8877/89b6776f17f4038/output.txt:

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.

@timvandermeij timvandermeij self-assigned this Apr 14, 2024
@timvandermeij 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant