mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
tests: Remove initial dummy message workaround
I can't reproduce the problem this works around anymore. If it comes back, let's debug and figure out what's happening. (imported from commit 26096405a93a530e449c9f1f60d8110b1bb0e96b)
This commit is contained in:
parent
8e6587e92f
commit
b2dea39fad
@ -141,14 +141,6 @@ casper.then(function () {
|
||||
casper.test.info('Sending messages');
|
||||
});
|
||||
|
||||
// FIXME: The first message is dropped for some reason.
|
||||
// Need to investigate why.
|
||||
wait_and_send('stream', {
|
||||
stream: 'Verona',
|
||||
subject: 'dummy',
|
||||
content: 'dummy'
|
||||
});
|
||||
|
||||
wait_and_send('stream', {
|
||||
stream: 'Verona',
|
||||
subject: 'frontend test',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user