summaryrefslogtreecommitdiff
path: root/spec/javascripts/feature_highlight
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-03-28 10:38:56 +0000
committerLuke Bennett <lbennett@gitlab.com>2018-03-28 10:38:56 +0000
commitd45f45439734e12a4d316b8fe1f8d0db01f1c753 (patch)
tree3ce2b6eae6144d25175df0e21bfa3092e8684991 /spec/javascripts/feature_highlight
parent25cf92252d00575f6725929652f92edf9c1bb80b (diff)
downloadgitlab-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.js2
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');