summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-11-08 18:09:18 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-11-09 16:14:06 +0000
commit9d45332fd2199fe5273c1674b7d85c81a09b5da7 (patch)
treec3a54745bb53fd3f0fec7a81631916a60bfe56dd /spec/javascripts
parentab61bee378ed45ff01d74742b54149533811a204 (diff)
downloadgitlab-ce-9d45332fd2199fe5273c1674b7d85c81a09b5da7.tar.gz
Updates clipboard button with gitlab-ui51259-gitlab-ui-replacement
Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/vue_shared/components/clipboard_button_spec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/javascripts/vue_shared/components/clipboard_button_spec.js b/spec/javascripts/vue_shared/components/clipboard_button_spec.js
index 2f7ea077b54..fd17349d48f 100644
--- a/spec/javascripts/vue_shared/components/clipboard_button_spec.js
+++ b/spec/javascripts/vue_shared/components/clipboard_button_spec.js
@@ -27,8 +27,6 @@ describe('clipboard button', () => {
it('should have a tooltip with default values', () => {
expect(vm.$el.getAttribute('data-original-title')).toEqual('Copy this value into Clipboard!');
- expect(vm.$el.getAttribute('data-placement')).toEqual('top');
- expect(vm.$el.getAttribute('data-container')).toEqual(null);
});
it('should render provided classname', () => {