mirror of https://github.com/zulip/zulip.git
Fix casper tests
(imported from commit 9376ba39e827794e0c7bd2404c08d702596786a4)
This commit is contained in:
parent
3cd33c0fea
commit
13045f953f
|
@ -136,7 +136,7 @@ exports.get_rendered_messages = function (table) {
|
|||
return casper.evaluate(function (table) {
|
||||
var tbl = $('#'+table);
|
||||
return {
|
||||
headings: $.map(tbl.find('.recipient_row'), function (elem) {
|
||||
headings: $.map(tbl.find('.recipient_row .message-header-contents'), function (elem) {
|
||||
return elem.innerText;
|
||||
}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue