We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6adc60 commit e8ed3a1Copy full SHA for e8ed3a1
src/components/views/rooms/RoomListPanel/RoomList.tsx
@@ -39,7 +39,7 @@ export function RoomList({ vm: { rooms } }: RoomListProps): JSX.Element {
39
40
// The first div is needed to make the virtualized list take all the remaining space and scroll correctly
41
return (
42
- <div className="mx_RoomList">
+ <div className="mx_RoomList" data-testid="room-list">
43
<AutoSizer>
44
{({ height, width }) => (
45
<List
0 commit comments