@@ -9,21 +9,24 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
99 class = " mx_Flex mx_RoomHeader light-panel"
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 >
12+ <button
13+ aria-label = " Open room settings"
14+ aria-live = " off"
15+ class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
16+ data-color = " 3"
17+ data-testid = " avatar-img"
18+ data-type = " round"
19+ role = " button"
20+ style = " --cpd-avatar-size: 40px;"
21+ tabindex = " -1"
22+ >
23+ u
24+ </button >
1225 <button
1326 aria-label = " Room info"
1427 class = " mx_RoomHeader_infoWrapper"
1528 tabindex = " 0"
1629 >
17- <span
18- class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
19- data-color = " 3"
20- data-testid = " avatar-img"
21- data-type = " round"
22- role = " presentation"
23- style = " --cpd-avatar-size: 40px;"
24- >
25- u
26- </span >
2730 <div
2831 class = " mx_Box mx_RoomHeader_info mx_Box--flex"
2932 style = " --mx-box-flex: 1;"
@@ -179,21 +182,24 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
179182 class = " mx_Flex mx_RoomHeader light-panel"
180183 style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
181184 >
185+ <button
186+ aria-label = " Open room settings"
187+ aria-live = " off"
188+ class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
189+ data-color = " 3"
190+ data-testid = " avatar-img"
191+ data-type = " round"
192+ role = " button"
193+ style = " --cpd-avatar-size: 40px;"
194+ tabindex = " -1"
195+ >
196+ u
197+ </button >
182198 <button
183199 aria-label = " Room info"
184200 class = " mx_RoomHeader_infoWrapper"
185201 tabindex = " 0"
186202 >
187- <span
188- class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
189- data-color = " 3"
190- data-testid = " avatar-img"
191- data-type = " round"
192- role = " presentation"
193- style = " --cpd-avatar-size: 40px;"
194- >
195- u
196- </span >
197203 <div
198204 class = " mx_Box mx_RoomHeader_info mx_Box--flex"
199205 style = " --mx-box-flex: 1;"
@@ -434,21 +440,24 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
434440 class = " mx_Flex mx_RoomHeader light-panel"
435441 style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
436442 >
443+ <button
444+ aria-label = " Open room settings"
445+ aria-live = " off"
446+ class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
447+ data-color = " 3"
448+ data-testid = " avatar-img"
449+ data-type = " round"
450+ role = " button"
451+ style = " --cpd-avatar-size: 40px;"
452+ tabindex = " -1"
453+ >
454+ u
455+ </button >
437456 <button
438457 aria-label = " Room info"
439458 class = " mx_RoomHeader_infoWrapper"
440459 tabindex = " 0"
441460 >
442- <span
443- class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
444- data-color = " 3"
445- data-testid = " avatar-img"
446- data-type = " round"
447- role = " presentation"
448- style = " --cpd-avatar-size: 40px;"
449- >
450- u
451- </span >
452461 <div
453462 class = " mx_Box mx_RoomHeader_info mx_Box--flex"
454463 style = " --mx-box-flex: 1;"
@@ -766,21 +775,24 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
766775 class = " mx_Flex mx_RoomHeader light-panel"
767776 style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
768777 >
778+ <button
779+ aria-label = " Open room settings"
780+ aria-live = " off"
781+ class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
782+ data-color = " 3"
783+ data-testid = " avatar-img"
784+ data-type = " round"
785+ role = " button"
786+ style = " --cpd-avatar-size: 40px;"
787+ tabindex = " -1"
788+ >
789+ u
790+ </button >
769791 <button
770792 aria-label = " Room info"
771793 class = " mx_RoomHeader_infoWrapper"
772794 tabindex = " 0"
773795 >
774- <span
775- class = " _avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
776- data-color = " 3"
777- data-testid = " avatar-img"
778- data-type = " round"
779- role = " presentation"
780- style = " --cpd-avatar-size: 40px;"
781- >
782- u
783- </span >
784796 <div
785797 class = " mx_Box mx_RoomHeader_info mx_Box--flex"
786798 style = " --mx-box-flex: 1;"
0 commit comments