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:
Vishnu Ks
2016-05-19 14:32:56 +05:30
committed by Tim Abbott
parent b01196db86
commit 425363ced4

View File

@@ -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',