summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js')
-rw-r--r--web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js b/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
index 3541506c..88735302 100644
--- a/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
+++ b/web-ui/test/spec/mail_list/ui/mail_items/generic_mail_item.spec.js
@@ -11,7 +11,8 @@ describeComponent('mail_list/ui/mail_items/generic_mail_item', function () {
this.setupComponent('<li></li>', {
mail: mail,
selected: false,
- tag: 'inbox'
+ tag: 'inbox',
+ templateType: 'single'
});
});