diff options
| author | Stephen Blott | 2016-12-10 10:51:57 +0000 |
|---|---|---|
| committer | GitHub | 2016-12-10 10:51:57 +0000 |
| commit | bd06c7ccfbfcf36e6d15fba72b7af90254b05da2 (patch) | |
| tree | 0890bf5550df77e7739624c8e9a6ae619010b8a5 /tests/dom_tests | |
| parent | 856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c (diff) | |
| parent | 24a6217f26911ba4e934f4a7bff8bcd30c227163 (diff) | |
| download | vimium-bd06c7ccfbfcf36e6d15fba72b7af90254b05da2.tar.bz2 | |
Merge pull request #2326 from smblott-github/move-search-engines-to-bg-utils
Move SearchEngines to bg-utils.coffee.
Diffstat (limited to 'tests/dom_tests')
| -rw-r--r-- | tests/dom_tests/vomnibar_test.coffee | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dom_tests/vomnibar_test.coffee b/tests/dom_tests/vomnibar_test.coffee index 501fd5dd..a8a02f2b 100644 --- a/tests/dom_tests/vomnibar_test.coffee +++ b/tests/dom_tests/vomnibar_test.coffee @@ -1,5 +1,4 @@ vomnibarFrame = null -SearchEngines.refresh "" Vomnibar.init() context "Keep selection within bounds", @@ -30,7 +29,7 @@ context "Keep selection within bounds", Vomnibar.vomnibarUI.hide() should "set selection to position -1 for omni completion by default", -> - Vomnibar.activate() + Vomnibar.activate 0, options: {} ui = vomnibarFrame.Vomnibar.vomnibarUI @completions = [] @@ -62,7 +61,7 @@ context "Keep selection within bounds", assert.equal -1, ui.selection should "keep selection within bounds", -> - Vomnibar.activate() + Vomnibar.activate 0, options: {} ui = vomnibarFrame.Vomnibar.vomnibarUI @completions = [] |
