diff --git a/tests/frontend/runner.js b/tests/frontend/runner.js index 5a8da6e9f..e9eedc646 100644 --- a/tests/frontend/runner.js +++ b/tests/frontend/runner.js @@ -60,7 +60,7 @@ $(function(){ stats.tests = stats.tests || 0; stats.tests++; if ('passed' == test.state) { - append("->","[green]PASSED[clear] :", test.title," ",test.speed,"ms"); + append("->","[green]PASSED[clear] :", test.title," ",test.duration,"ms"); } else if (test.pending) { append("->","[yellow]PENDING[clear]:", test.title); } else {