Skip to content
Snippets Groups Projects
Commit 4fcd9a83 authored by David Fugate's avatar David Fugate
Browse files
parent 382f5c17
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ function Presenter() {
updateCounts();
//TODO: eventually remove this guard.
if(test.result === 'fail') {
logResult(test);
}
......@@ -71,7 +72,7 @@ function Presenter() {
$('.button-start').attr('src', 'resources/images/start.png');
$('.button-start').fadeOut('fast');
//progressBar.text("Testing complete!");
progressBar.find(".text").html("Testing complete!");
if (isSiteDebugMode()) {
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
} else {
......
......@@ -42,6 +42,7 @@ function Presenter() {
updateCounts();
//TODO: eventually remove this guard.
if(test.result === 'fail') {
logResult(test);
}
......@@ -71,7 +72,7 @@ function Presenter() {
$('.button-start').attr('src', 'resources/images/start.png');
$('.button-start').fadeOut('fast');
//progressBar.text("Testing complete!");
progressBar.find(".text").html("Testing complete!");
if (isSiteDebugMode()) {
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment