converse-muc: Fix failing test.

No need to manually call `renderChatArea`.
This commit is contained in:
JC Brand 2016-12-04 13:51:48 +01:00
parent 4026248c68
commit d109ed9416

View File

@ -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');