From 07ed2f21d42e4f4c60b0897d98051b8385de2c04 Mon Sep 17 00:00:00 2001 From: Giovane Date: Fri, 23 Oct 2015 15:36:37 -0200 Subject: Exclude comma and semicolon on invalid address split --- web-ui/test/spec/mail_view/ui/recipients/recipients_input.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/test') diff --git a/web-ui/test/spec/mail_view/ui/recipients/recipients_input.spec.js b/web-ui/test/spec/mail_view/ui/recipients/recipients_input.spec.js index 1656a83a..29194ee8 100644 --- a/web-ui/test/spec/mail_view/ui/recipients/recipients_input.spec.js +++ b/web-ui/test/spec/mail_view/ui/recipients/recipients_input.spec.js @@ -178,7 +178,7 @@ describeComponent('mail_view/ui/recipients/recipients_input',function () { }); it('displays it as an invalid address token when cannot parse', function() { - this.$node.val('invalid_format email@example.com'); + this.$node.val('invalid_format, email@example.com'); this.$node.trigger(blurEvent); expect(blurEvent.preventDefault).toHaveBeenCalled(); -- cgit v1.2.3