Fix failing test

This commit is contained in:
JC Brand 2018-12-06 15:04:18 +01:00
parent aa730b5976
commit c55e25fa5f

View File

@ -20,7 +20,7 @@
// TODO: not yet testing show_desktop_notifications setting
test_utils.createContacts(_converse, 'current');
spyOn(_converse, 'showMessageNotification');
spyOn(_converse, 'showMessageNotification').and.callThrough();
spyOn(_converse, 'areDesktopNotificationsEnabled').and.returnValue(true);
spyOn(_converse, 'isMessageToHiddenChat').and.returnValue(true);