chat tests: Delete unnecessary `expect()`

pull/4750/head
Richard Hansen 2021-02-11 20:45:53 -05:00
parent f6df9ffad0
commit 0fae34009d
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ describe('chat-load-messages', function () {
chatInput.sendkeys('{enter}'); chatInput.sendkeys('{enter}');
} }
helper.waitFor(() => chatText.children('p').length === messages, 60000).always(() => { helper.waitFor(() => chatText.children('p').length === messages, 60000).always(() => {
expect(chatText.children('p').length).to.be(messages);
helper.newPad(done, padName); helper.newPad(done, padName);
}); });
}); });