diff options
| author | Stephen Blott | 2015-05-31 09:52:50 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-31 09:52:50 +0100 | 
| commit | bd07321766056cccd083aa69254abc8146bd5266 (patch) | |
| tree | 59a9300cd4a0806f2f6072db406e00edf80674b4 /tests | |
| parent | 8b0c610fb68573dbd839133fbc315521db6161f6 (diff) | |
| parent | 5930a6e3510f2bd052771601581aa410728d68e3 (diff) | |
| download | vimium-bd07321766056cccd083aa69254abc8146bd5266.tar.bz2 | |
Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-text
Direct keyboard access to custom-search engines via keyword flag
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/vomnibar_test.coffee | 1 | 
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", | 
