Commit 4808a905 authored by Nick Thomas's avatar Nick Thomas

Fix a merge issue in spec/javascripts/user_callout_spec.js

parent fd8e20a7
...@@ -15,7 +15,6 @@ describe('UserCallout', () => { ...@@ -15,7 +15,6 @@ describe('UserCallout', () => {
this.closeButton = $('.close-user-callout'); this.closeButton = $('.close-user-callout');
this.userCalloutBtn = $('.user-callout-btn'); this.userCalloutBtn = $('.user-callout-btn');
this.userCalloutContainer = $('.user-callout'); this.userCalloutContainer = $('.user-callout');
Cookies.set(USER_CALLOUT_COOKIE, 'false');
}); });
it('does not show when cookie is set not defined', () => { it('does not show when cookie is set not defined', () => {
......
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