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/topoInst-spec.js b/web/gui/src/main/webapp/tests/app/view/topo/topoInst-spec.js
index a732a69..cf7ebca 100644
--- a/web/gui/src/main/webapp/tests/app/view/topo/topoInst-spec.js
+++ b/web/gui/src/main/webapp/tests/app/view/topo/topoInst-spec.js
@@ -37,7 +37,8 @@
             'initInst', 'destroyInst',
             'addInstance', 'updateInstance', 'removeInstance',
             'cancelAffinity',
-            'isVisible', 'show', 'hide', 'toggle', 'showMaster'
+            'isVisible', 'show', 'hide', 'toggle', 'showMaster',
+            'setLionBundle',
         ])).toBeTruthy();
     });