Commit 2fbae287 authored by csillag's avatar csillag

Renamed a test case

parent 8f325436
...@@ -62,7 +62,7 @@ describe 'Annotator.Plugin.TextHighlight', -> ...@@ -62,7 +62,7 @@ describe 'Annotator.Plugin.TextHighlight', ->
describe "scrollIntoView", -> describe "scrollIntoView", ->
it 'actually calls jQuery scrollintoviews', -> it 'calls jQuery scrollintoview', ->
hl = createTestHighlight() hl = createTestHighlight()
hl.scrollIntoView() hl.scrollIntoView()
assert.called jqElement.scrollintoview assert.called jqElement.scrollintoview
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment