summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/test/spec/tags/ui/tag_shortcut.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/test/spec/tags/ui/tag_shortcut.spec.js b/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
index d1c7939a..fe235541 100644
--- a/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
+++ b/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
@@ -20,7 +20,6 @@ describeComponent('tags/ui/tag_shortcut', function () {
});
it('renders the shortcut inside the parent', function () {
- expect(parent.html()).toMatch('<a title="inbox">');
expect(parent.html()).toMatch('<i class="fa fa-inbox"></i>');
expect(parent.html()).toMatch('<div class="shortcut-label">inbox</div>');
});