Skip to content

Refs #19 - Add waiting content back

Toni Feliu requested to merge add_waitingcontent into master

!66 (closed) removed waitingcontent elements. However, some pages do need waiting content in order to prevent false negatives. For instance, loading hide-if-contains-image with the extension disabled shows for 500ms the tests "passing". After that, the red failing elements appear.

Therefore, in such cases there must be some waitingcontent to prevent the actual screenshot from being taken during that period.

This MR also unifies to 500ms the timeout on setTimeout().

Merge request reports