You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Add text prefix to test event content
This commit is contained in:
@ -220,7 +220,7 @@ describe('TimelinePanel', function() {
|
||||
|
||||
// fill the timeline with lots of events
|
||||
for (var i = 0; i < N_EVENTS; i++) {
|
||||
timeline.addEvent(mkMessage({msg: ""+i}));
|
||||
timeline.addEvent(mkMessage({msg: "Event "+i}));
|
||||
}
|
||||
console.log("added events to timeline");
|
||||
|
||||
|
Reference in New Issue
Block a user