// Test that the composing notifications get removed via timeout.
remove_notifications_timeouts[0]();
awaitu.waitUntil(()=>view.el.querySelector('.chat-content__notifications').textContent.trim()==='nomorenicks, majortom and groundcontrol are typing');
if(remove_notifications_timeouts.length){
remove_notifications_timeouts[0]();
}
awaitu.waitUntil(()=>view.el.querySelector('.chat-content__notifications').textContent.trim()==='nomorenicks, majortom and groundcontrol are typing',1000);