From 7292c25c5a9b69e610166b40c9d80ba0ebcc385e Mon Sep 17 00:00:00 2001 From: Stuart Date: Fri, 1 Jul 2016 15:47:06 +0100 Subject: [PATCH] Temp fix for missing test suite --- client/commonFramework/display-test-results.js | 1 - client/commonFramework/end.js | 1 - 2 files changed, 2 deletions(-) diff --git a/client/commonFramework/display-test-results.js b/client/commonFramework/display-test-results.js index 0647384c87..df09d26734 100644 --- a/client/commonFramework/display-test-results.js +++ b/client/commonFramework/display-test-results.js @@ -2,7 +2,6 @@ window.common = (function({ $, common = { init: [] }}) { common.displayTestResults = function displayTestResults(data = [], down) { $('#testSuite').children().remove(); - $('#testSuite').fadeIn('slow'); data.forEach(({ err = false, text = '' }) => { var iconClass = err ? '"ion-close-circled big-error-icon"' : diff --git a/client/commonFramework/end.js b/client/commonFramework/end.js index 1a8ae7be86..4f22de3e28 100644 --- a/client/commonFramework/end.js +++ b/client/commonFramework/end.js @@ -89,7 +89,6 @@ $(document).ready(function() { common.submitBtn$ ) .flatMap(() => { - $('#testSuite').fadeOut('slow'); common.appendToOutputDisplay('\n// testing challenge...'); return common.executeChallenge$() .map(({ tests, ...rest }) => {