File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
test/unit-tests/components/views/rooms/RoomListView/__snapshots__ Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ exports[`<RoomListView /> should not render the RoomListSearch component when UI
12
12
data-testid = " room-list-header"
13
13
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: space-between; --mx-flex-gap: 0;"
14
14
>
15
- <h1 >
16
- Home
17
- </h1 >
15
+ <div
16
+ class = " mx_Flex"
17
+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-1x);"
18
+ >
19
+ <h1 >
20
+ Home
21
+ </h1 >
22
+ </div >
18
23
</header >
19
24
</section >
20
25
</DocumentFragment >
@@ -88,9 +93,14 @@ exports[`<RoomListView /> should render the RoomListSearch component when UIComp
88
93
data-testid = " room-list-header"
89
94
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: space-between; --mx-flex-gap: 0;"
90
95
>
91
- <h1 >
92
- Home
93
- </h1 >
96
+ <div
97
+ class = " mx_Flex"
98
+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-1x);"
99
+ >
100
+ <h1 >
101
+ Home
102
+ </h1 >
103
+ </div >
94
104
<button
95
105
aria-disabled = " false"
96
106
aria-expanded = " false"
You can’t perform that action at this time.
0 commit comments