From d6a028da25a250396af9c1c1f826a4505bac22fc Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 8 Jun 2026 11:23:27 +0100 Subject: [PATCH] update snapshot --- .../RoomAvatarView-test.tsx.snap | 120 +++++++++--------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/apps/web/test/unit-tests/components/views/avatars/__snapshots__/RoomAvatarView-test.tsx.snap b/apps/web/test/unit-tests/components/views/avatars/__snapshots__/RoomAvatarView-test.tsx.snap index 07a028ff36..b57bc10f45 100644 --- a/apps/web/test/unit-tests/components/views/avatars/__snapshots__/RoomAvatarView-test.tsx.snap +++ b/apps/web/test/unit-tests/components/views/avatars/__snapshots__/RoomAvatarView-test.tsx.snap @@ -156,64 +156,7 @@ exports[` should render a video room decoration 1`] = ` `; -exports[` should render the AWAY presence 1`] = ` - -
- - - - - - - - - - - - - -
-
-`; - -exports[` should render the BUSY presence 1`] = ` +exports[` should render the busy presence 1`] = `
should render the BUSY presence 1`] = ` `; -exports[` should render the OFFLINE presence 1`] = ` +exports[` should render the offline presence 1`] = `
should render the OFFLINE presence 1`] = ` `; -exports[` should render the ONLINE presence 1`] = ` +exports[` should render the online presence 1`] = `
should render the ONLINE presence 1`] = `
`; + +exports[` should render the unavailable presence 1`] = ` + +
+ + + + + + + + + + + + + +
+
+`;