0d3fbc1818
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 in the `WidgetAnnotationElement.showElementAndHideCanvas` method. 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. |
||
---|---|---|
.. | ||
accessibility_spec.js | ||
annotation_spec.js | ||
copy_paste_spec.js | ||
find_spec.js | ||
freetext_editor_spec.js | ||
ink_editor_spec.js | ||
scripting_spec.js | ||
stamp_editor_spec.js | ||
test_utils.js |