diff options
author | Luke Bennett <lbennett@gitlab.com> | 2018-03-28 10:38:56 +0000 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2018-03-28 10:38:56 +0000 |
commit | d45f45439734e12a4d316b8fe1f8d0db01f1c753 (patch) | |
tree | 3ce2b6eae6144d25175df0e21bfa3092e8684991 /spec/javascripts/feature_highlight | |
parent | 25cf92252d00575f6725929652f92edf9c1bb80b (diff) | |
download | gitlab-ce-d45f45439734e12a4d316b8fe1f8d0db01f1c753.tar.gz |
Remove focus in feature_highlight_spec.js
Diffstat (limited to 'spec/javascripts/feature_highlight')
-rw-r--r-- | spec/javascripts/feature_highlight/feature_highlight_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/feature_highlight/feature_highlight_spec.js b/spec/javascripts/feature_highlight/feature_highlight_spec.js index 72c51915383..ed2aea36319 100644 --- a/spec/javascripts/feature_highlight/feature_highlight_spec.js +++ b/spec/javascripts/feature_highlight/feature_highlight_spec.js @@ -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'); |