Browse Source

converse-muc: Fix failing test.

No need to manually call `renderChatArea`.
JC Brand 8 years ago
parent
commit
d109ed9416
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spec/chatroom.js

+ 0 - 1
spec/chatroom.js

@@ -424,7 +424,6 @@
                 var $input;
                 var view = converse.chatboxviews.get('lounge@localhost');
                 view.$el.find('.chat-area').remove();
-                view.renderChatArea(); // Will init the widget
                 test_utils.createContacts(converse, 'current'); // We need roster contacts, so that we have someone to invite
                 $input = view.$el.find('input.invited-contact.tt-input');
                 var $hint = view.$el.find('input.invited-contact.tt-hint');