zulip/frontend_tests
Brock Whittaker 20af49b2bb streams: Call `actually_filter_streams` on stream events update.
Previously it was called before the event was processed by the server
and the subscription was updated to have the user subscribed to a
stream, so there was a race condition that would make it iso that
sometimes the stream line would disappear on the next render pass due
to the event not having completed yet.

This makes it so that the re-render happens after the event is
processed in `stream_events.js`.

Fixes: #6797.
2017-10-11 12:44:10 -07:00
..
casper_lib casper: Always use REALMS_HAVE_SUBDOMAINS. 2017-08-24 20:44:37 -07:00
casper_tests 06-settings.js: Disable flaky test. 2017-10-06 12:08:36 -07:00
node_tests streams: Call `actually_filter_streams` on stream events update. 2017-10-11 12:44:10 -07:00
zjsunit eslint: Add and enforce space-in-parens lint rule. 2017-10-06 12:36:59 -07:00
.eslintrc.json node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
run-casper frontend_tests: Replace optparse with argparse. 2017-09-30 09:31:06 -07:00