Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 63848da

Browse files
[Backport staging] Fix broken jest tests on develop (#12821)
Co-authored-by: R Midhun Suresh <[email protected]>
1 parent 2944632 commit 63848da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/components/structures/__snapshots__/RoomView-test.tsx.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
1010
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
1111
>
1212
<button
13+
aria-expanded="false"
14+
aria-haspopup="dialog"
1315
aria-label="Room info"
1416
class="mx_RoomHeader_infoWrapper"
1517
tabindex="0"
@@ -180,6 +182,8 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
180182
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
181183
>
182184
<button
185+
aria-expanded="false"
186+
aria-haspopup="dialog"
183187
aria-label="Room info"
184188
class="mx_RoomHeader_infoWrapper"
185189
tabindex="0"
@@ -435,6 +439,8 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
435439
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
436440
>
437441
<button
442+
aria-expanded="false"
443+
aria-haspopup="dialog"
438444
aria-label="Room info"
439445
class="mx_RoomHeader_infoWrapper"
440446
tabindex="0"
@@ -767,6 +773,8 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
767773
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
768774
>
769775
<button
776+
aria-expanded="false"
777+
aria-haspopup="dialog"
770778
aria-label="Room info"
771779
class="mx_RoomHeader_infoWrapper"
772780
tabindex="0"

0 commit comments

Comments
 (0)