diff options
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/automated/automated.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test_harnesses/automated/automated.coffee b/test_harnesses/automated/automated.coffee index c6f7639a..b5e5af35 100644 --- a/test_harnesses/automated/automated.coffee +++ b/test_harnesses/automated/automated.coffee @@ -186,10 +186,10 @@ Tests.outputMethod = (args...) ->    document.getElementById("output-div").innerHTML += "<div class='output-section'>" + newOutput + "</div>"    console.log.apply console, args +# ensure the extension has time to load before commencing the tests  document.addEventListener "DOMContentLoaded", ->    setTimeout Tests.run, 200 -# ensure the extension has time to load before commencing the tests  createLinks = (n) ->    for i in [0...n] by 1      link = document.createElement("a") | 
