mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
chat tests: Delete unnecessary expect()
This commit is contained in:
parent
f6df9ffad0
commit
0fae34009d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue