You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
Test typescriptification - MessagePanel (#8943)
* mv test/components/structures/MessagePanel-test.js test/components/structures/MessagePanel-test.tsx * convert simpler messagepanel tests to rtl * add data-testid to eventlistsummary * convert read marker tests to rtl * formatting * remove commented
This commit is contained in:
@@ -1313,6 +1313,7 @@ class MainGrouper extends BaseGrouper {
|
||||
ret.push(
|
||||
<EventListSummary
|
||||
key={key}
|
||||
data-testid={key}
|
||||
events={this.events}
|
||||
onToggle={panel.onHeightChanged} // Update scroll state
|
||||
startExpanded={highlightInSummary}
|
||||
|
||||
Reference in New Issue
Block a user