Commit d45f4543 authored by Luke Bennett's avatar Luke Bennett

Remove focus in feature_highlight_spec.js

parent 25cf9225
......@@ -44,7 +44,7 @@ describe('feature highlight', () => {
expect($(selector).data('content')).toEqual(outerHTML);
});
fit('setup mouseenter', () => {
it('setup mouseenter', () => {
const toggleSpy = spyOn(popover.togglePopover, 'call');
$(selector).trigger('mouseenter');
......
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