chat tests: Delete unnecessary expect()

This commit is contained in:
Richard Hansen 2021-02-11 20:45:53 -05:00
parent f6df9ffad0
commit 0fae34009d

View file

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