element-web/test/unit-tests/__snapshots__/TextForEvent-test.ts.snap
micartey 2d28b79432
Switch Export and Import Icons to match intuition (#30805)
* switch upload and download icon

* adjust test

* run tests

* update screenshot
2025-09-25 09:20:48 +00:00

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>
`;