This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
test/components/structures/__snapshots__ Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
10
10
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
11
11
>
12
12
<button
13
+ aria-expanded = " false"
14
+ aria-haspopup = " dialog"
13
15
aria-label = " Room info"
14
16
class = " mx_RoomHeader_infoWrapper"
15
17
tabindex = " 0"
@@ -180,6 +182,8 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
180
182
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
181
183
>
182
184
<button
185
+ aria-expanded = " false"
186
+ aria-haspopup = " dialog"
183
187
aria-label = " Room info"
184
188
class = " mx_RoomHeader_infoWrapper"
185
189
tabindex = " 0"
@@ -435,6 +439,8 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
435
439
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
436
440
>
437
441
<button
442
+ aria-expanded = " false"
443
+ aria-haspopup = " dialog"
438
444
aria-label = " Room info"
439
445
class = " mx_RoomHeader_infoWrapper"
440
446
tabindex = " 0"
@@ -767,6 +773,8 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
767
773
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
768
774
>
769
775
<button
776
+ aria-expanded = " false"
777
+ aria-haspopup = " dialog"
770
778
aria-label = " Room info"
771
779
class = " mx_RoomHeader_infoWrapper"
772
780
tabindex = " 0"
You can’t perform that action at this time.
0 commit comments