diff --git a/spec/javascripts/components/story/story_copy_id_clipboard_spec.jsx b/spec/javascripts/components/story/story_copy_id_clipboard_spec.jsx
index a4b43c790..927777360 100644
--- a/spec/javascripts/components/story/story_copy_id_clipboard_spec.jsx
+++ b/spec/javascripts/components/story/story_copy_id_clipboard_spec.jsx
@@ -29,9 +29,4 @@ describe('', function () {
component.container.querySelector('data-clipboard-textt')
).toBeDefined();
});
-
- it('should render copy id title', function () {
- render();
- expect(fn).toHaveBeenCalledWith('story.events.copy_id');
- });
});