Fix casper tests

(imported from commit 9376ba39e827794e0c7bd2404c08d702596786a4)
This commit is contained in:
Allen Rabinovich 2014-02-21 09:31:04 -07:00 committed by Jessica McKellar
parent 3cd33c0fea
commit 13045f953f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}),