From 85ff1f0bbdc8779f2aec67cf44fa9b0d17c6c836 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 29 Jan 2015 17:00:49 -0200 Subject: Fixing unit test that was looking for titles inside the shortcuts --- web-ui/test/spec/tags/ui/tag_shortcut.spec.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web-ui') 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(''); expect(parent.html()).toMatch(''); expect(parent.html()).toMatch('
inbox
'); }); -- cgit v1.2.3