1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-06 10:22:45 +03:00
Files
matrix-react-sdk/test/components/views/spaces/__snapshots__/QuickSettingsButton-test.tsx.snap

16 lines
369 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`QuickSettingsButton should render the quick settings button in expanded mode 1`] = `
<DocumentFragment>
<div
aria-expanded="true"
aria-label="Quick settings"
class="mx_AccessibleButton mx_QuickSettingsButton expanded"
role="button"
tabindex="0"
>
Settings
</div>
</DocumentFragment>
`;