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

Change-Id: Idf24ac6ab599664a052c7cc860a554db82953a79
diff --git a/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js b/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
index 183f571..ff2210c 100644
--- a/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
+++ b/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
@@ -31,13 +31,13 @@
         bns = ButtonService;
     }));
 
-    xit('should define TopoEventService', function () {
+    it('should define TopoEventService', function () {
         expect(tes).toBeDefined();
     });
 
-    xit('should define api functions', function () {
+    it('should define api functions', function () {
         expect(fs.areFunctions(tes, [
-            'start', 'stop'
+            'start', 'stop', 'bindHandlers'
         ])).toBeTruthy();
     });