Update tests

This commit is contained in:
Florian Duros 2024-04-15 16:44:07 +02:00
parent 89b1c2ff70
commit c6325e27d2
No known key found for this signature in database
GPG key ID: A5BBB4041B493F15
4 changed files with 22 additions and 23 deletions

View file

@ -16,9 +16,9 @@ exports[`DecoratedRoomAvatar shows an avatar with globe icon and tooltip for pub
r
</span>
<div
aria-describedby="radix-0"
aria-describedby="floating-ui-2"
class="mx_DecoratedRoomAvatar_icon mx_DecoratedRoomAvatar_icon_globe"
data-state="delayed-open"
data-state="open"
tabindex="0"
/>
</div>
@ -41,9 +41,9 @@ exports[`DecoratedRoomAvatar shows the presence indicator in a DM room that also
r
</span>
<div
aria-describedby="radix-1"
aria-describedby="floating-ui-8"
class="mx_DecoratedRoomAvatar_icon mx_DecoratedRoomAvatar_icon_online"
data-state="delayed-open"
data-state="open"
tabindex="0"
/>
</div>