aboutsummaryrefslogtreecommitdiffstats
path: root/test_harnesses
diff options
context:
space:
mode:
authorJez Ng2012-09-04 14:57:22 -0400
committerJez Ng2012-09-04 14:57:22 -0400
commit525276bde9b99d05b133f96f21e1ac187c068bb6 (patch)
treec3246ec45e840078aa49277e60f9e318844dd2d5 /test_harnesses
parent02a00efb26f8a8590bd44ccae7f47ae4704cc56c (diff)
downloadvimium-525276bde9b99d05b133f96f21e1ac187c068bb6.tar.bz2
More misc cleanups.
Diffstat (limited to 'test_harnesses')
-rw-r--r--test_harnesses/automated/automated.coffee2
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")