Remove focus in feature_highlight_spec.js

This commit is contained in:
Luke Bennett 2018-03-28 10:38:56 +00:00
parent 25cf92252d
commit d45f454397

View file

@ -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');