summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/test/spec/mixins/with_mail_edit_base.spec.js')
-rw-r--r--web-ui/test/spec/mixins/with_mail_edit_base.spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
index 8f495399..940b4b5e 100644
--- a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
+++ b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
@@ -18,8 +18,8 @@ describeMixin('mixins/with_mail_edit_base', function () {
recipients: { to: ['foobar@mail.com'], cc: [] }
});
- expect(recipientsUpdatedEvent).toHaveBeenTriggeredOnAndWith(document, { newRecipients: ['foobar@mail.com'], name: 'to'});
- expect(recipientsUpdatedEvent).not.toHaveBeenTriggeredOnAndWith(document, { newRecipients: [], name: 'cc'});
+ expect(recipientsUpdatedEvent).toHaveBeenTriggeredOnAndWith(document, { newRecipients: ['foobar@mail.com'], recipientsName: 'to'});
+ expect(recipientsUpdatedEvent).not.toHaveBeenTriggeredOnAndWith(document, { newRecipients: [], recipientsName: 'cc'});
});
});