mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Merge pull request #424 from matrix-org/rav/fix_react_test
Fix TimelinePanel test
This commit is contained in:
commit
0dbc3ce344
@ -87,7 +87,7 @@ describe('TimelinePanel', function() {
|
||||
// this is https://github.com/vector-im/vector-web/issues/1367
|
||||
|
||||
// enough events to allow us to scroll back
|
||||
var N_EVENTS = 20;
|
||||
var N_EVENTS = 30;
|
||||
for (var i = 0; i < N_EVENTS; i++) {
|
||||
timeline.addEvent(mkMessage());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user