element-web-Github/test/unit-tests/components/views/spaces/__snapshots__/QuickSettingsButton-test.tsx.snap
Michael Telatynski b084ff2313
Prepare for repo merge
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-10-15 11:35:21 +01:00

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