You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/unit-tests/components/structures/__snapshots__/RoomStatusBar-test.tsx.snap
+67Lines changed: 67 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,3 +124,70 @@ exports[`RoomStatusBar <RoomStatusBar /> unsent messages should render warning w
124
124
</div>
125
125
</div>
126
126
`;
127
+
128
+
exports[`RoomStatusBar Shared History Visibility Acknowledgement should not render history visibility acknowledgement if it has previously been dismissed 1`] =`<div />`;
129
+
130
+
exports[`RoomStatusBar Shared History Visibility Acknowledgement should not render history visibility acknowledgement in encrypted rooms with joined history visibility 1`] =`<div />`;
131
+
132
+
exports[`RoomStatusBar Shared History Visibility Acknowledgement should not render history visibility acknowledgement in unencrypted rooms 1`] =`<div />`;
133
+
134
+
exports[`RoomStatusBar Shared History Visibility Acknowledgement should render dismissable history visibility acknowledgement in encrypted rooms with non-join history visibility 1`] =`
0 commit comments