Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-18 18:58:01 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-18 18:58:01 +0300
commite6d87a9733324423f9453ec9a161113977ed1b8e (patch)
tree72dd61877e2391c0f7c2debc0eac40131cd0b64e /spec
parent60f598996f831c26514991aaba83deefae61c283 (diff)
parentd3186abf0f7c810b187b12af72ae510705d8d838 (diff)
Merge branch '29595-customize-experience-callout' into 'master'
29595 Customize experience callout design Closes #29595 See merge request !10026
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/user_callout_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/user_callout_spec.js b/spec/javascripts/user_callout_spec.js
index c0375ebc61c..28d0c7dcd99 100644
--- a/spec/javascripts/user_callout_spec.js
+++ b/spec/javascripts/user_callout_spec.js
@@ -14,7 +14,6 @@ describe('UserCallout', function () {
this.userCallout = new UserCallout();
this.closeButton = $('.js-close-callout.close');
this.userCalloutBtn = $('.js-close-callout:not(.close)');
- this.userCalloutContainer = $('.user-callout');
});
it('hides when user clicks on the dismiss-icon', (done) => {