mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
Fix non determinism bug in casper tests.
This manifested as "ReferenceError: Can't find variable: message_list" on random tests in the Casper test suite.
This commit is contained in:
@@ -693,6 +693,8 @@ JS_SPECS = {
|
||||
'js/unread.js',
|
||||
'js/stream_list.js',
|
||||
'js/filter.js',
|
||||
'js/message_list_view.js',
|
||||
'js/message_list.js',
|
||||
'js/narrow.js',
|
||||
'js/reload.js',
|
||||
'js/compose_fade.js',
|
||||
@@ -725,8 +727,6 @@ JS_SPECS = {
|
||||
'js/notifications.js',
|
||||
'js/hashchange.js',
|
||||
'js/invite.js',
|
||||
'js/message_list_view.js',
|
||||
'js/message_list.js',
|
||||
'js/message_flags.js',
|
||||
'js/alert_words.js',
|
||||
'js/alert_words_ui.js',
|
||||
|
||||
Reference in New Issue
Block a user