aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2015-05-29 17:06:55 +0100
committerStephen Blott2015-05-29 17:14:25 +0100
commit97bfe5f039ae9044fc634448ad3a97b1cdc05792 (patch)
treef0cac6ea63e78fe53e2e0caeb34c8bb02c294bd2 /tests
parentff44941dc8d7f504d07d51e58955250609df6684 (diff)
downloadvimium-97bfe5f039ae9044fc634448ad3a97b1cdc05792.tar.bz2
Verify keyword for custom search-engine activation.
For ... map s Vomnibar.activate keyword=g ... we verify that "g" is indeed a custom search-engine keyword before setting it. If it is not, we output a console.log message and launch a vanilla vomnibar. (An alternative would be to bail.)
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/vomnibar_test.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dom_tests/vomnibar_test.coffee b/tests/dom_tests/vomnibar_test.coffee
index 380175f3..3eda6234 100644
--- a/tests/dom_tests/vomnibar_test.coffee
+++ b/tests/dom_tests/vomnibar_test.coffee
@@ -1,4 +1,5 @@
vomnibarFrame = null
+SearchEngines.refresh ""
context "Keep selection within bounds",