From 83c409e197da1784f9c3f8999a622a62003f85c6 Mon Sep 17 00:00:00 2001 From: Giovane Date: Mon, 16 Nov 2015 15:49:23 -0200 Subject: Ignore quotes when removing tag information #503 --- web-ui/test/spec/mail_view/ui/no_mails_available_pane.spec.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web-ui/test/spec') diff --git a/web-ui/test/spec/mail_view/ui/no_mails_available_pane.spec.js b/web-ui/test/spec/mail_view/ui/no_mails_available_pane.spec.js index 868efc76..157e6c47 100644 --- a/web-ui/test/spec/mail_view/ui/no_mails_available_pane.spec.js +++ b/web-ui/test/spec/mail_view/ui/no_mails_available_pane.spec.js @@ -11,5 +11,10 @@ describeComponent('mail_view/ui/no_mails_available_pane', function () { this.setupComponent({tag: 'all', forSearch: 'search'}); expect(this.$node.html()).toMatch('
NO RESULTS FOR: \'SEARCH\'.
'); }); + + it('show only tag information when listing all mails', function () { + this.setupComponent({tag: 'all', forSearch: 'in:all'}); + expect(this.$node.html()).toMatch('
NO EMAILS IN \'ALL\'.
'); + }); }); }); -- cgit v1.2.3