ONOS-6730: Topo View i18n for:
- device and host label op flash messages
- hosts visible/hidden, offline devices visible/hidden
- bad links, reset node locations
- packet/optical/all layers shown
- port highlighting
- instance show/hide panel, devices

Change-Id: I0f1cfb43ba3e03a806c716394f42ba064ba99bd7
diff --git a/web/gui/src/main/webapp/tests/app/view/topo/topoFilter-spec.js b/web/gui/src/main/webapp/tests/app/view/topo/topoFilter-spec.js
index 543991a..3228e1d 100644
--- a/web/gui/src/main/webapp/tests/app/view/topo/topoFilter-spec.js
+++ b/web/gui/src/main/webapp/tests/app/view/topo/topoFilter-spec.js
@@ -56,7 +56,8 @@
     it('should define api functions', function () {
         expect(fs.areFunctions(fltr, [
             'initFilter',
-            'clickAction', 'selected', 'inLayer'
+            'clickAction', 'selected', 'inLayer',
+            'setLionBundle',
         ])).toBeTruthy();
     });