[WEB GUI] Fixed tests: (345 test passing, 21 skipped).

Change-Id: Idf24ac6ab599664a052c7cc860a554db82953a79
diff --git a/web/gui/src/main/webapp/tests/app/view/topo/topoPanel-spec.js b/web/gui/src/main/webapp/tests/app/view/topo/topoPanel-spec.js
index 2f89f44..c0195ec 100644
--- a/web/gui/src/main/webapp/tests/app/view/topo/topoPanel-spec.js
+++ b/web/gui/src/main/webapp/tests/app/view/topo/topoPanel-spec.js
@@ -57,7 +57,7 @@
         expect(tps).toBeDefined();
     });
 
-    xit('should define api functions', function () {
+    it('should define api functions', function () {
         expect(fs.areFunctions(tps, [
             'initPanels',
             'destroyPanels',
@@ -65,6 +65,7 @@
 
             'showSummary',
             'toggleSummary',
+            'hideSummary',
 
             'toggleUseDetailsFlag',
             'displaySingle',
@@ -74,8 +75,6 @@
             'displaySomething',
             'addAction',
 
-            'hideSummaryPanel',
-
             'detailVisible',
             'summaryVisible'
         ])).toBeTruthy();