Don't use the minimised width(68px) on the new room list #5907
Annotations
2 errors
Run tests:
test/unit-tests/components/views/rooms/RoomListPanel/RoomListPanel-test.tsx#L33
expect(received).toMatchSnapshot()
Snapshot name: `<RoomListPanel /> should render the RoomListSearch component when UIComponent.FilterContainer is at true 1`
- Snapshot - 2
+ Received + 2
@@ -30,15 +30,15 @@
</svg>
<span
class="mx_Flex"
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: space-between; --mx-flex-gap: 0; --mx-flex-wrap: nowrap;"
>
- <div
+ <span
class="mx_RoomListSearch_search_text"
>
Search
- </div>
+ </span>
<kbd>
Ctrl K
</kbd>
</span>
</button>
at Object.toMatchSnapshot (test/unit-tests/components/views/rooms/RoomListPanel/RoomListPanel-test.tsx:33:30)
|
Run tests
Process completed with exit code 1.
|
Loading