From 500744ee8cabd1bffb61eae8029f2832d6fb2f02 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Tue, 18 Nov 2014 12:27:44 -0200 Subject: Fix JS unit test after attachment changes --- web-ui/test/spec/mail_list/ui/mail_list.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/test') diff --git a/web-ui/test/spec/mail_list/ui/mail_list.spec.js b/web-ui/test/spec/mail_list/ui/mail_list.spec.js index d90f906c..23ca87fb 100644 --- a/web-ui/test/spec/mail_list/ui/mail_list.spec.js +++ b/web-ui/test/spec/mail_list/ui/mail_list.spec.js @@ -225,7 +225,7 @@ describeComponent('mail_list/ui/mail_list', function () { expect(node.html()).toMatch('id="mail-' + mail.ident + '"'); expect(node.html()).toMatch('
'); expect(node.html()).toMatch('
' + mail.header.from + '
'); - expect(node.html()).toMatch('' + mail.header.formattedDate + ''); + expect(node.html()).toMatch('' + mail.header.formattedDate); } function matchSelectedMail(mail, node) { -- cgit v1.2.3