mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
16 lines
369 B
Plaintext
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>
|
||
|
`;
|