mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-07 02:11:10 +01:00
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`TextForEvent textForJoinRulesEvent() returns correct JSX message when room join rule changed to restricted 1`] = `
|
|
<span>
|
|
<span>
|
|
@a changed who can join this room.
|
|
<AccessibleButton
|
|
kind="link_inline"
|
|
onClick={[Function]}
|
|
>
|
|
View settings
|
|
</AccessibleButton>
|
|
.
|
|
</span>
|
|
</span>
|
|
`;
|