Commit 65524863 authored by Randall Leeds's avatar Randall Leeds

Fix failing test

parent 93f80702
......@@ -364,7 +364,7 @@ describe 'annotation', ->
dialog = $element.find('.share-dialog-wrapper')
it 'sets and unsets the open class on the share wrapper', ->
$element.find('a').filter(-> this.title == 'Share').click()
dialog.find('button').click()
isolateScope.$digest()
assert.ok(dialog.hasClass('open'))
$document.click()
......
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