summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-01-29 17:00:49 -0200
committerGabriel Albo <gabriel@albo.com.br>2015-01-29 17:00:49 -0200
commit85ff1f0bbdc8779f2aec67cf44fa9b0d17c6c836 (patch)
tree04ef87390355f76efcb011a250b44092a0e3fa34 /web-ui
parent4e8bac465ebab6f1b026a97f6cfa69da6967d042 (diff)
Fixing unit test that was looking for titles inside the shortcuts
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>');
});