message edit: Fix edit author text overflow on images.

Fixes #9175.
This commit is contained in:
Cynthia Lin
2018-06-07 15:28:10 -07:00
committed by Tim Abbott
parent 93b5e0df61
commit 88795898a2
3 changed files with 27 additions and 12 deletions

View File

@@ -959,7 +959,7 @@ run_test('message_edit_history', () => {
});
var edited_message = $(html).find("div.messagebox-content");
assert.equal(edited_message.text().trim(),
"1468132659\n Let's go to lunchdinner!\n Edited by Alice");
"1468132659\n Let\'s go to lunchdinner!\n Edited by Alice");
});
run_test('message_reaction', () => {