chat tests: Delete unnecessary `expect()`
parent
f6df9ffad0
commit
0fae34009d
|
@ -26,7 +26,6 @@ describe('chat-load-messages', function () {
|
|||
chatInput.sendkeys('{enter}');
|
||||
}
|
||||
helper.waitFor(() => chatText.children('p').length === messages, 60000).always(() => {
|
||||
expect(chatText.children('p').length).to.be(messages);
|
||||
helper.newPad(done, padName);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue