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`] = ` + +
+ + + + + + + + + + + + + +
+
+`;