diff options
| author | Jez Ng | 2012-09-04 14:57:22 -0400 |
|---|---|---|
| committer | Jez Ng | 2012-09-04 14:57:22 -0400 |
| commit | 525276bde9b99d05b133f96f21e1ac187c068bb6 (patch) | |
| tree | c3246ec45e840078aa49277e60f9e318844dd2d5 /test_harnesses | |
| parent | 02a00efb26f8a8590bd44ccae7f47ae4704cc56c (diff) | |
| download | vimium-525276bde9b99d05b133f96f21e1ac187c068bb6.tar.bz2 | |
More misc cleanups.
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") |
