mirror of https://github.com/zulip/zulip.git
e8f2d6f32b
The `assert_message_groups_list_equal` and `assert_message_list_equal` helpers were always returning `true`, as they were doing a bogus traversal of the data structures and always comparing empty arrays, even when there was real data. To prevent this pitfall in the future, we assert that the extracted data is truth-y, and for the empty cases we just directly assert deep equality to `[]`. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |